mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
ab67281e95
* Rename _PySys_BeginInit() to _PySys_InitCore(). * Rename _PySys_EndInit() to _PySys_InitMain(). * Add _PySys_Create(). It calls _PySys_InitCore() which becomes private. * Add _PySys_SetPreliminaryStderr(). * Rename _Py_ReadyTypes() to _PyTypes_Init(). * Misc code cleanup.
Miscellaneous source files for the main Python shared library