[issue39615] cpython/abstract.h not compatible with C90

Eric V. Smith report at bugs.python.org
Wed Feb 12 07:15:42 EST 2020


Eric V. Smith <eric at trueblade.com> added the comment:

PEP 7 says that this is allowed:

Python versions greater than or equal to 3.6 use C89 with several select C99 features:
...
- intermingled declarations

So I don't think these changes should be accepted.

----------
nosy: +eric.smith

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


More information about the Python-bugs-list mailing list