On Tue, Jun 8, 2021 at 6:02 PM Petr Viktorin <[email protected]> wrote: > > > > * Make function PyArg_Parse always raising an exception. > > This would break extensions that use the stable ABI. > (Yes, even starting to raise RuntimeError in 3.10 broke things. And yes, > it's not strictly an ABI issue, but it has the same effect for users: > they still need to recompile extensions to keep them working.) >
I think we can skip this step. Extension modules using # format is already broken since Python 3.10. Adding # format support with size_t won't break so much. We can do it in Python 3.12 or 3.13. Regards, -- Inada Naoki <[email protected]> _______________________________________________ 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/DN6OAOEP6MF75VJC6O6ATRQREPXE6CSU/ Code of Conduct: http://python.org/psf/codeofconduct/
