Message402376
| 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. |
|