]> granicus.if.org Git - python/commit
bpo-37526: Add support.catch_threading_exception() (GH-14664)
authorVictor Stinner <vstinner@redhat.com>
Tue, 9 Jul 2019 11:00:23 +0000 (13:00 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2019 11:00:23 +0000 (13:00 +0200)
commit91b4f7ab7f9a5e0908b91379ee085ae087a76483
tree95b879d778ece59813781818ab19c1e2f8adbb9d
parentcf9c41c422de3774862db964fe3153086bad3f61
bpo-37526: Add support.catch_threading_exception() (GH-14664)

Context manager catching threading.Thread exception using
threading.excepthook.
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]