On Thu, Apr 1, 2021 at 11:52 AM Brett Cannon <[email protected]> wrote: > > On Wed., Mar. 31, 2021, 18:56 Inada Naoki, <[email protected]> wrote: >> >> Do we need _pyio at all? >> Does PyPy or any other Python implementation use it? > > https://www.python.org/dev/peps/pep-0399/ would suggest rolling back Python > support is something to avoid. >
Thank you. If we obey PEP 399, we need an easy way to keep consistency between Python function and C function. -- 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/GWWJEK3ANQKJTXBJBBYM5T4XBTTFB3UU/ Code of Conduct: http://python.org/psf/codeofconduct/
