[issue1621] Python should compile with -Wstrict-overflow when using gcc

Christian Heimes report at bugs.python.org
Fri Dec 14 03:45:55 CET 2007


Christian Heimes added the comment:

Should we use -ansi (C90 aka C89 standard) option, too? Python core
compiles fine with -ansi but together with -Werror it breaks several
extensions:

_bsddb            _codecs_iso2022   _ctypes
_socket           _ssl              linuxaudiodev

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1621>
__________________________________


More information about the Python-bugs-list mailing list