mirror of
https://github.com/python/cpython.git
synced 2026-05-11 23:18:57 -04:00
8b09500345
_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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.