mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
43125224d6
Py_InitializeEx() now uses a runtime variable passed to subfunctions, rather than working directly on the global variable _PyRuntime. Add 'runtime' parameter to _PyCoreConfig_Write(), _PySys_Create(), _PySys_InitMain(), _PyGILState_Init(), emit_stderr_warning_for_legacy_locale() and other subfunctions.
Miscellaneous source files for the main Python shared library