[issue38234] The value of Py_SetPath is not used to populate the configuration

Steve Dower report at bugs.python.org
Mon Sep 23 11:39:54 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

> _PyPathConfig_Init() initializes _Py_dll_path global variable which is only used by _Py_CheckPython3().

Ah okay, maybe I'll take the time later on (in a separate issue) to get rid of it fully. We may as well load python3.dll at startup anyway, it's not expensive.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38234>
_______________________________________


More information about the Python-bugs-list mailing list