]> granicus.if.org Git - python/commit
bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jul 2019 11:35:59 +0000 (04:35 -0700)
committerVictor Stinner <vstinner@redhat.com>
Tue, 9 Jul 2019 11:35:59 +0000 (13:35 +0200)
commit58f2c7f424fe91ba035918f0f66306af73a37543
tree8f1b17c13424a00d970ae7349caa66ebee9db96a
parentc7be35c2abd598f02a633879133caec356593241
bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666)

Context manager catching threading.Thread exception using
threading.excepthook.
(cherry picked from commit 91b4f7ab7f9a5e0908b91379ee085ae087a76483)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Doc/library/test.rst
Lib/test/support/__init__.py
Misc/NEWS.d/next/Tests/2019-07-09-12-33-18.bpo-37526.vmm5y7.rst [new file with mode: 0644]