On Tue, Dec 14, 2021 at 10:12 AM Eric Snow <[email protected]> wrote: > * it is fully backward compatible and the C-API is essentially unaffected
Hmm, this is a little misleading. It will definitely be backward incompatible for extension modules that don't work under multiple subinterpreters (or rely on the GIL to protect global state). Hence that other thread I started. :) -eric _______________________________________________ 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/UDMQXP6GO5SYJGHKHX2W4VRSNAZ55PMI/ Code of Conduct: http://python.org/psf/codeofconduct/
