[3.8] bpo-37526: Add support.catch_threading_exception() (GH-14664) by miss-islington · Pull Request #14666 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
vstinner merged 1 commit intopython:3.8from
Jul 9, 2019Merged
[3.8] bpo-37526: Add support.catch_threading_exception() (GH-14664)#14666
vstinner merged 1 commit intopython:3.8from
[3.8] bpo-37526: Add support.catch_threading_exception() (GH-14664)#14666
vstinner merged 1 commit intopython:3.8from
Conversation
Copy link Copy Markdown
Contributor
Context manager catching threading.Thread exception using
threading.excepthook.
(cherry picked from commit 91b4f7a)
Co-authored-by: Victor Stinner vstinner@redhat.com
Context manager catching threading.Thread exception using threading.excepthook. (cherry picked from commit 91b4f7a) Co-authored-by: Victor Stinner <vstinner@redhat.com>
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
vstinner
merged commit
58f2c7f
into
python:3.8
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-91b4f7a-3.8
branch
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jul 9, 2019
miss-islington commented
Jul 9, 2019@vstinner: Status check is done, and it's a failure ❌ .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment