Skip to content
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

bpo-37526: Add support.catch_threading_exception() #14664

Merged
merged 1 commit into from
Jul 9, 2019
Merged

bpo-37526: Add support.catch_threading_exception() #14664

merged 1 commit into from
Jul 9, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jul 9, 2019

Context manager catching threading.Thread exception using
threading.excepthook.

https://bugs.python.org/issue37526

Context manager catching threading.Thread exception using
threading.excepthook.
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 9, 2019
Context manager catching threading.Thread exception using
threading.excepthook.
(cherry picked from commit 91b4f7a)

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-bot
Copy link

GH-14666 is a backport of this pull request to the 3.8 branch.

@vstinner vstinner deleted the catch_threading_exception branch July 9, 2019 11:00
vstinner added a commit that referenced this pull request Jul 9, 2019
Context manager catching threading.Thread exception using
threading.excepthook.
(cherry picked from commit 91b4f7a)

Co-authored-by: Victor Stinner <[email protected]>
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
Context manager catching threading.Thread exception using
threading.excepthook.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
Context manager catching threading.Thread exception using
threading.excepthook.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants