SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72150 0 59 Python

bpo-42923: Dump extension modules on fatal error (GH-24207)

The Py_FatalError() function and the faulthandler module now dump the
list of extension modules on a fatal error.

Add _Py_DumpExtensionModules() and _PyModule_IsExtension() internal
functions.
V
Victor Stinner committed
250035d134ad482e724f73ce654682254b513ee0
Parent: f7b5bac
Committed by GitHub <noreply@github.com> on 1/18/2021, 7:47:13 PM