Files
cpython/Python
Victor Stinner 489699ca05 bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Py_RunMain() now resets PyImport_Inittab to its initial value at
exit. It must be possible to call PyImport_AppendInittab() or
PyImport_ExtendInittab() at each Python initialization.
2021-06-23 14:13:27 +02:00
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library