[issue31964] [3.4][3.5] pyexpat: compilaton of libexpat fails with: ISO C90 forbids mixed declarations and code

STINNER Victor report at bugs.python.org
Mon Nov 6 20:13:04 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

Python 3.6 is not affected since it uses ISO C99 which allows "mixed declarations and code".

Python 2.7 is not affected since it doesn't use -Werror=declaration-after-statement.

----------

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


More information about the Python-bugs-list mailing list