This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients lukasz.langa, pablogsal, steve.dower, vstinner
Date 2019-09-23.15:39:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> _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.
History
Date User Action Args
2019-09-23 15:39:54steve.dowersetrecipients: + steve.dower, vstinner, lukasz.langa, pablogsal
2019-09-23 15:39:54steve.dowersetmessageid: <[email protected]>
2019-09-23 15:39:54steve.dowerlinkissue38234 messages
2019-09-23 15:39:54steve.dowercreate