]> granicus.if.org Git - python/commit
Fix compatibility with ISO C89 needed by "gnu89" standard of GCC 4.8: use C89 for...
authorAnthony Sottile <asottile@umich.edu>
Sat, 13 Jul 2019 22:12:45 +0000 (15:12 -0700)
committerlarryhastings <larry@hastings.org>
Sat, 13 Jul 2019 22:12:44 +0000 (00:12 +0200)
commit43a0ae920bb8962d20148cfbdf37a60c1ad45f5b
tree66b447e854d69c7bfed58189c8a0aeb78175792e
parent221178aea686abf13ff92b7e2b5ed3e739a53b3f
Fix compatibility with ISO C89 needed by "gnu89" standard of GCC 4.8: use C89 for loops in backported pickle patch (#12622)
Misc/NEWS.d/next/Build/2019-03-29-14-29-06.bpo-36478.hzyneF.rst [new file with mode: 0644]
Modules/_pickle.c