FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions. by iritkatriel · Pull Request #29627 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions.
- #29627
#29627
Merged
iritkatriel
merged 7 commits into
python:main
python/cpython:main
from
iritkatriel:bpo-45711-remove-exc_type_field
iritkatriel/cpython:bpo-45711-remove-exc_type_field
Copy head branch name to clipboard
Nov 25, 2021
Conversation
Commits
7
(7)
Checks
Files changed
Merged
bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions.
#29627
iritkatriel
merged 7 commits into
python:main
python/cpython:main
from
iritkatriel:bpo-45711-remove-exc_type_field
iritkatriel/cpython:bpo-45711-remove-exc_type_field
Copy head branch name to clipboard
Commits
Commits on Nov 18, 2021
bpo-45711: make decisions based on exc_value instead of exc_type. Strengthen redundancy assertion for NULL/None.
iritkatriel
committed
9275583
View commit details
Copy full SHA for 9275583
Browse repository at this point
Commits on Nov 19, 2021
put assertion definition under Py_DEBUG to remove Address sanitizer warning
iritkatriel
committed
fbff4f6
View commit details
Copy full SHA for fbff4f6
Browse repository at this point
Commits on Nov 22, 2021
Merge remote-tracking branch 'upstream/main' into bpo-45711-remove-exc_type_field
iritkatriel
committed
bc889bc
View commit details
Copy full SHA for bc889bc
Browse repository at this point
Commits on Nov 24, 2021
err_info->exc_value ==> exc_value
Show description for 3c451a1
iritkatriel
and
gvanrossum
authored
3c451a1
View commit details
Copy full SHA for 3c451a1
Browse repository at this point
Simplified _PyErr_GetExcInfo. Moved assertion in _PyErr_GetTopmostException.
iritkatriel
committed
277c509
View commit details
Copy full SHA for 277c509
Browse repository at this point
exc2 --> typ2
iritkatriel
committed
437cebb
View commit details
Copy full SHA for 437cebb
Browse repository at this point
exc --> typ
iritkatriel
committed
de67ed6
View commit details
Copy full SHA for de67ed6
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL