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