summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-11-16 10:55:35 (GMT)
committerGitHub <noreply@github.com>2018-11-16 10:55:35 (GMT)
commit37cd982df02795905886ab36a2378ed557cb6f60 (patch)
treeaa750eca7acb660a0d3156fd7820396c2dff2f4c /Doc/reference
parentb65413b497a07f521d835b799be7dd0afcedbd65 (diff)
downloadcpython-37cd982df02795905886ab36a2378ed557cb6f60.zip
cpython-37cd982df02795905886ab36a2378ed557cb6f60.tar.gz
cpython-37cd982df02795905886ab36a2378ed557cb6f60.tar.bz2
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
* The _PySys_EndInit() function now copies the config->module_search_path list, so config is longer modified when sys.path is updated. * config->warnoptions list and config->xoptions dict are also copied * test_embed: InitConfigTests now also tests main_config['module_search_path'] * Fix _Py_InitializeMainInterpreter(): don't use config->warnoptions but sys.warnoptions to decide if the warnings module should be imported at startup.
Diffstat (limited to 'Doc/reference')
0 files changed, 0 insertions, 0 deletions