mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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.
Miscellaneous source files for the main Python shared library