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 chrullrich, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-09-26.00:58:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569459523.15.0.244900975458.issue31349@roundup.psfhosted.org>
In-reply-to
Content
Modules/getpath.c and PC/getpathp.c have been deeply reworked with the implementation of the PEP 587 in Python 3.8. Parameters which are already set (ex: Py_SetProgramName() or using the new PyConfig API) are no longer overriden. I added some tests on the "path configuration".

The most reliable way to configure the path configuration is now to use the new initialization API using PyConfig.
https://docs.python.org/dev/c-api/init_config.html
History
Date User Action Args
2019-09-26 00:58:43vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, chrullrich
2019-09-26 00:58:43vstinnersetmessageid: <1569459523.15.0.244900975458.issue31349@roundup.psfhosted.org>
2019-09-26 00:58:43vstinnerlinkissue31349 messages
2019-09-26 00:58:43vstinnercreate