8000 gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException by iritkatriel · Pull Request #30531 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException #30531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2b4d518
bpo-46343: Add PyErr_GetActiveException and PyErr_SetActiveException
iritkatriel Jan 11, 2022
87e6087
GetActiveException returns exception as its return value
iritkatriel Jan 11, 2022
ee4d98e
fix test
iritkatriel Jan 11, 2022
ebd9278
use sys.exception instead of sys.exc_info
iritkatriel Jan 13, 2022
5631d32
updated whatsnew
iritkatriel Jan 13, 2022
20fa421
regen-limited-abi
iritkatriel Jan 13, 2022
3a7ab17
[1] Do not steal reference. [2] () --> (void)
iritkatriel Jan 13, 2022
dbfd9d4
Use the new Py_(X)NewRef in a couple of places. Use self.fail() in test.
iritkatriel Jan 17, 2022
a412e4b
add :func: markup in doc
iritkatriel Jan 17, 2022
bcdf599
split out _PyErr_SetActiveException(tstate, exc)
iritkatriel Feb 1, 2022
c63eabf
Merge remote-tracking branch 'upstream/main' into bpo-46343-GetSetExc…
iritkatriel Mar 15, 2022
18eb35c
read --> get
iritkatriel Mar 23, 2022
87981ab
fix limited api version
iritkatriel Mar 23, 2022
9555597
PyErr_GetActiveException always returns NULL if no exception. Fix ref…
iritkatriel Mar 23, 2022
e0ee504
doc changes following review by Victor
iritkatriel Mar 23, 2022
e6a3a7e
renamed Get/SetActiveException --> Get/SetHandledException
iritkatriel Apr 13, 2022
261464c
Merge remote-tracking branch 'upstream/main' into bpo-46343-GetSetExc…
iritkatriel Apr 13, 2022
0355cc9
add new functions to Doc/data/stable_abi.dat
iritkatriel Apr 13, 2022
9382215
alphabetical
iritkatriel Apr 13, 2022
1cc3a4b
make regen-limited-abi
iritkatriel Apr 13, 2022
ffa870b
clearer doc
iritkatriel Apr 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into bpo-46343-GetSetExc…
…eption
  • Loading branch information
iritkatriel committed Apr 13, 2022
commit 261464c72453a94e4cf18e8871ef876a1523a44a
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0