SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 132 Python

bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617)

_thread.start_new_thread() now logs uncaught exception raised by the
function using sys.unraisablehook(), rather than sys.excepthook(), so
the hook gets access to the function which raised the exception.
V
Victor Stinner committed
8b09500345d998f3ff1e363a5210bc87f42ff306
Parent: b76302d
Committed by GitHub <noreply@github.com> on 5/29/2019, 12:57:56 AM