Files
cpython/Python
Victor Stinner 250035d134 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.
2021-01-18 20:47:13 +01:00
..
2020-12-22 18:31:46 -04:00

Miscellaneous source files for the main Python shared library