Files
cpython/Python
Victor Stinner dff1ad5090 bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040)
Move _PyImport_Cleanup() to pylifecycle.c, rename it to
finalize_modules(), split it (200 lines) into many smaller
sub-functions and cleanup the code.
2020-10-30 18:03:28 +01:00
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library