FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-45711: Remove type and traceback from exc_info by iritkatriel · Pull Request #30122 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-45711: Remove type and traceback from exc_info
- #30122
#30122
Merged
markshannon
merged 16 commits into
python:main
python/cpython:main
from
iritkatriel:45711-exc_info_just_value
iritkatriel/cpython:45711-exc_info_just_value
Copy head branch name to clipboard
Dec 17, 2021
Conversation
Commits
16
(16)
Checks
Files changed
Merged
bpo-45711: Remove type and traceback from exc_info
#30122
markshannon
merged 16 commits into
python:main
python/cpython:main
from
iritkatriel:45711-exc_info_just_value
iritkatriel/cpython:45711-exc_info_just_value
Copy head branch name to clipboard
Commits
Commits on Dec 14, 2021
bpo-45711: Do not PUSH/POP traceback to the stack as part of exc_info
iritkatriel
committed
10687bd
View commit details
Copy full SHA for 10687bd
Browse repository at this point
Commits on Dec 15, 2021
bpo-45711: remove exc_traceback from _PyErr_StackItem
iritkatriel
committed
37c7f12
View commit details
Copy full SHA for 37c7f12
Browse repository at this point
removed exc_type from stack
iritkatriel
committed
c5c23bd
View commit details
Copy full SHA for c5c23bd
Browse repository at this point
remove exc_type from exc_info
iritkatriel
committed
28ce9d2
View commit details
Copy full SHA for 28ce9d2
Browse repository at this point
update the except* opcodes
iritkatriel
committed
8ee6d84
View commit details
Copy full SHA for 8ee6d84
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into 45711-exc_info_just_value
iritkatriel
committed
3306286
View commit details
Copy full SHA for 3306286
Browse repository at this point
val --> exc in comment
iritkatriel
committed
9b04160
View commit details
Copy full SHA for 9b04160
Browse repository at this point
add to what's new, because this change breaks things like cython
iritkatriel
committed
4cd5af8
View commit details
Copy full SHA for 4cd5af8
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
a72556e
View commit details
Copy full SHA for a72556e
Browse repository at this point
delete duplicate news file
iritkatriel
authored
787393b
View commit details
Copy full SHA for 787393b
Browse repository at this point
Commits on Dec 16, 2021
PEP7 // formatting
iritkatriel
committed
458ad26
View commit details
Copy full SHA for 458ad26
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into 45711-exc_info_just_value
iritkatriel
committed
b2db87b
View commit details
Copy full SHA for b2db87b
Browse repository at this point
use Py_Clear
iritkatriel
committed
01f9036
View commit details
Copy full SHA for 01f9036
Browse repository at this point
3 --> 1 in comments
iritkatriel
committed
ba82085
View commit details
Copy full SHA for ba82085
Browse repository at this point
Commits on Dec 17, 2021
remove PY_EXC_INFO_STACK_SIZE
iritkatriel
committed
80b1e90
View commit details
Copy full SHA for 80b1e90
Browse repository at this point
Fix indent
Show description for 550f6f9
iritkatriel
and
arhadthedev
authored
550f6f9
View commit details
Copy full SHA for 550f6f9
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL