diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-09-20 23:02:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-20 23:02:56 (GMT) |
commit | c422167749f92d4170203e996a2c619c818335ea (patch) | |
tree | 23cc4f024fefc0d5d708503fb5dbd6e07a509207 /Python/ceval_gil.h | |
parent | b1542583bee204130934c2b90684041e29378250 (diff) | |
download | cpython-c422167749f92d4170203e996a2c619c818335ea.zip cpython-c422167749f92d4170203e996a2c619c818335ea.tar.gz cpython-c422167749f92d4170203e996a2c619c818335ea.tar.bz2 |
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
The DLL path is not computed from any user configuration and cannot
be configured by PyConfig. Instead, add a new _Py_dll_path global variable.
Remove _PyConfig_SetPathConfig(): replaced with _PyPathConfig_Init().
Py_Initialize() now longer sets the "global path configuration",
but only initialize _Py_dll_path.
Diffstat (limited to 'Python/ceval_gil.h')
0 files changed, 0 insertions, 0 deletions