[issue20595] C89 compliance issue in Python/getargs.c

Jeffrey Armstrong report at bugs.python.org
Tue Feb 11 16:08:26 CET 2014


Jeffrey Armstrong added the comment:

Depending on your compiler, yes, it is more than a theoretical problem.  I am building using the Open Watcom compiler, and it chokes on these initializers due to their non-conformance.  I would assume some other obscure, non-GNU/non-MSVC/non-Clang compilers might complain as well.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20595>
_______________________________________


More information about the Python-bugs-list mailing list