mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
* Rename PyImport_Cleanup() to _PyImport_Cleanup() and move it to the internal C API. Add 'tstate' parameters. * Remove documentation of _PyImport_Init(), PyImport_Cleanup(), _PyImport_Fini(). All three were documented as "For internal use only.".
Miscellaneous source files for the main Python shared library