[Python-Dev] Re: Move the pythoncapi_compat project under the GitHub Python or PSF organization?

2022年2月11日 10:26:21 -0800

On 2022年02月11日 06:14, Petr Viktorin wrote:
Sounds reasonable, but...
The implication of endorsing code like this is that *we cannot change private API even in patch releases*, which I don't think is documented anywhere, and might be a bit controversial.
I think we are still allowed to change them. We should be aware of the impact though. If an API is supposed to be private but is actually used by a large number of 3rd party extensions, we need to consider carefully when changing it. I don't have much sympathy for work caused for people using clearly marked private APIs. OTOH, practicality beats purity and we want them to be able to somehow use new versions of Python.
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/7FX3I4XDSXHZY2ZHFHQCVTAVWJL4KDPQ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to