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 anthonywee
Recipients Tibor Csonka, anthonywee, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-01-01.00:00:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577836846.3.0.11804886715.issue29778@roundup.psfhosted.org>
In-reply-to
Content
It looks like there has been a regression in the fix for this issue. 

The commit below introduced a NULL check which causes a call to _PyPathConfig_Init() to be skipped if _Py_dll_path == NULL. It seems like the check should be "if (_Py_dll_path != NULL)"?

https://github.com/python/cpython/commit/c422167749f92d4170203e996a2c619c818335ea#diff-87aed37b4704d4e1513be6378c9c7fe6R169
History
Date User Action Args
2020-01-01 00:00:46anthonyweesetrecipients: + anthonywee, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, Tibor Csonka
2020-01-01 00:00:46anthonyweesetmessageid: <1577836846.3.0.11804886715.issue29778@roundup.psfhosted.org>
2020-01-01 00:00:46anthonyweelinkissue29778 messages
2020-01-01 00:00:45anthonyweecreate