Message353249
| Author | vstinner |
|---|---|
| Recipients | Ali Rizvi-Santiago, vstinner |
| Date | 2019-09-26.00:59:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1569459597.01.0.435639543665.issue35173@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:59:57 | vstinner | set | recipients: + vstinner, Ali Rizvi-Santiago |
| 2019-09-26 00:59:57 | vstinner | set | messageid: <1569459597.01.0.435639543665.issue35173@roundup.psfhosted.org> |
| 2019-09-26 00:59:56 | vstinner | link | issue35173 messages |
| 2019-09-26 00:59:56 | vstinner | create | |