On Mon, 20 Apr 2020 15:30:37 -0700 Nathaniel Smith <[email protected]> wrote: > > tl;dr: accepting PEP 554 is effectively a C API break, and will force > many thousands of people worldwide to spend many hours wrangling with > subinterpreter support.
For the record, that's not my reading of the PEP. PEP 554 doesn't mandate that C extensions be rewritten to be subinterpreter-compliant. It makes that an ideal, not an obligation. Regards Antoine. _______________________________________________ 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/RFLPXB4ZD6SA5PS36ZJT6PTMOR6IGNUP/ Code of Conduct: http://python.org/psf/codeofconduct/
