8000 bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). by serhiy-storchaka · Pull Request #2034 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). #2034

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

Conversation

serhiy-storchaka
Copy link
Member
@serhiy-storchaka serhiy-storchaka commented Jun 9, 2017

Since PyErr_Fetch() clears the current exception PyErr_ExceptionMatches() always returned 0.

@serhiy-storchaka serhiy-storchaka force-pushed the atexit-_run_exitfuncs-error branch from 5b1a985 to 7963df2 Compare June 11, 2017 11:48
@serhiy-storchaka serhiy-storchaka merged commit 3fd54d4 into python:master Jun 12, 2017
@serhiy-storchaka serhiy-storchaka deleted the atexit-_run_exitfuncs-error branch June 12, 2017 05:25
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jun 12, 2017
…ythonGH-2034)

The traceback no longer displayed for SystemExit raised in a callback registered by atexit..
(cherry picked from commit 3fd54d4)
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jun 12, 2017
…ythonGH
8000
-2034)

The traceback no longer displayed for SystemExit raised in a callback registered by atexit.
(cherry picked from commit 3fd54d4)
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jun 12, 2017
…ythonGH-2034)

The traceback no longer displayed for SystemExit raised in a callback registered by atexit..
(cherry picked from commit 3fd54d4)
serhiy-storchaka added a commit that referenced this pull request Jun 12, 2017
…H-2034) (#2121)

The traceback no longer displayed for SystemExit raised in a callback registered by atexit..
(cherry picked from commit 3fd54d4)
serhiy-storchaka added a commit that referenced this pull request Jun 12, 2017
…H-2034) (#2122)

The traceback no longer displayed for SystemExit raised in a callback registered by atexit.
(cherry picked from commit 3fd54d4)
serhiy-storchaka added a commit that referenced this pull request Jun 12, 2017
…H-2034) (#2123)

The traceback no longer displayed for SystemExit raised in a callback registered by atexit..
(cherry picked from commit 3fd54d4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0