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 vstinner
Recipients Tibor Csonka, anthonywee, miss-islington, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-06-29.09:09:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593421799.81.0.648925082725.issue29778@roundup.psfhosted.org>
In-reply-to
Content
I understand that Python 3.5, 3.6 and 3.7 are also affected. It's not a regression.

On Python 3.5, 3.6 and 3.7, when Py_SetPath(path) is called, Py_GetPrefix() also returns an empty path. So at least the directory based on Py_GetPrefix() should also be skipped on Python 3.5-3.7 if Py_GetPrefix() is empty, right?
History
Date User Action Args
2020-06-29 09:09:59vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Tibor Csonka, miss-islington, anthonywee
2020-06-29 09:09:59vstinnersetmessageid: <1593421799.81.0.648925082725.issue29778@roundup.psfhosted.org>
2020-06-29 09:09:59vstinnerlinkissue29778 messages
2020-06-29 09:09:59vstinnercreate