mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
987a0dcfa1
* 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