Files
cpython/Include
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-10-12 12:10:42 -07:00
2021-01-04 21:17:03 +00:00
2016-08-20 08:03:06 +00:00