diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-04-24 18:23:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-24 18:23:53 +0200 |
commit | 43125224d6da5febb34101ebfd36536d791d68cd (patch) | |
tree | bbfc1e3bd576c09b48b1b8787998a1eeb472697a /Python/import.c | |
parent | 8e91c246e468515b877690e090c73f496552541d (diff) | |
download | cpython-git-43125224d6da5febb34101ebfd36536d791d68cd.tar.gz |
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.
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions