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 Daniel Shaulov, twouters, vstinner
Date 2019-09-26.01:23:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569461023.28.0.447189696889.issue26539@roundup.psfhosted.org>
In-reply-to
Content
The PEP 587 has been implemented in Python 3.8. The new API allows to initialize sys.path to a really empty list: sys.path = [].

* https://docs.python.org/dev/c-api/init_config.html
* https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.module_search_paths
History
Date User Action Args
2019-09-26 01:23:43vstinnersetrecipients: + vstinner, twouters, Daniel Shaulov
2019-09-26 01:23:43vstinnersetmessageid: <1569461023.28.0.447189696889.issue26539@roundup.psfhosted.org>
2019-09-26 01:23:43vstinnerlinkissue26539 messages
2019-09-26 01:23:43vstinnercreate