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 shihai1991, vstinner
Date 2020-11-10.23:15:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605050127.99.0.541249481081.issue42260@roundup.psfhosted.org>
In-reply-to
Content
The main drawback of rewriting Modules/getpath.c as Lib/_getpath.py (and removing getpath.c) is that PyConfig_Read() could no longer compute the Python Path Configuration. It would return an "empty" path configuration.
History
Date User Action Args
2020-11-10 23:15:28vstinnersetrecipients: + vstinner, shihai1991
2020-11-10 23:15:27vstinnersetmessageid: <1605050127.99.0.541249481081.issue42260@roundup.psfhosted.org>
2020-11-10 23:15:27vstinnerlinkissue42260 messages
2020-11-10 23:15:27vstinnercreate