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 cmeyer, ncoghlan, serhiy.storchaka, shihai1991, vstinner
Date 2021-09-21.21:56:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632261392.19.0.300030062947.issue42260@roundup.psfhosted.org>
In-reply-to
Content
The initial issue, adding an API to reconfigure an interepreter, is implemented: I added _PyInterpreterState_SetConfig().

But I failed finding time to finish the larger project "rewrite getpath.c in Python" (PR 23169). It requires changing the C API of the PEP 587 which is not easy. Also I'm not fully convinced that there is a strong need to change getpath.c.

I would be interested to move code from site.py to _getpath.py, but it's also not obvious if there a strong benefit.
History
Date User Action Args
2021-09-21 21:56:32vstinnersetrecipients: + vstinner, ncoghlan, serhiy.storchaka, cmeyer, shihai1991
2021-09-21 21:56:32vstinnersetmessageid: <1632261392.19.0.300030062947.issue42260@roundup.psfhosted.org>
2021-09-21 21:56:32vstinnerlinkissue42260 messages
2021-09-21 21:56:32vstinnercreate