[issue36478] backport of pickle fixes to Python 3.5.7 uses C99 for loops

Anthony Sottile report at bugs.python.org
Mon Apr 8 09:48:04 EDT 2019


Anthony Sottile <asottile at umich.edu> added the comment:

It's a rather oldish gcc in this case. (4.8.4 + whatever ubuntu patches). Here's a full (successful) build log (including the combinations of flags) after patching: https://launchpadlibrarian.net/416985438/buildlog_ubuntu-trusty-amd64.python3.5_3.5.7-1+trusty1_BUILDING.txt.gz

iirc this version of gcc defaults to "gnu89" as the standard c target

----------

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


More information about the Python-bugs-list mailing list