[issue36346] Prepare for removing the legacy Unicode C API

STINNER Victor report at bugs.python.org
Wed Jun 17 08:30:50 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> Oh, why I can not use C99?

PEP 7 requires C99 to build Python, but I think that we can try to keep C89 compatibility for the public header files (Python C API).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36346>
_______________________________________


More information about the Python-bugs-list mailing list