SIGN IN SIGN UP

bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)

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.
V
Victor Stinner committed
43125224d6da5febb34101ebfd36536d791d68cd
Parent: 8e91c24
Committed by GitHub <noreply@github.com> on 4/24/2019, 4:23:53 PM