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 lukasz.langa, pablogsal, vstinner
Date 2019-09-20.15:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568994213.36.0.133473675429.issue38234@roundup.psfhosted.org>
In-reply-to
Content
That's a regression that I introduced between Python 3.7 and 3.8 when refactoring _PyCoreConfig/_PyPathConfig code into PyConfig/_PyPathConfig. 

Previously, if Py_SetPath() was called, the specified string was used to fill config->module_search_paths. Now, this string is basically ignored.

PR 16298 fix this regression.
History
Date User Action Args
2019-09-20 15:43:33vstinnersetrecipients: + vstinner, lukasz.langa, pablogsal
2019-09-20 15:43:33vstinnersetmessageid: <1568994213.36.0.133473675429.issue38234@roundup.psfhosted.org>
2019-09-20 15:43:33vstinnerlinkissue38234 messages
2019-09-20 15:43:33vstinnercreate