commit | 6a6b2483479a1ad0ab82300452f0ce71fa90b2d7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Thu Aug 02 17:40:11 2018 +0200 |
committer | GitHub <noreply@github.com> | Thu Aug 02 17:40:11 2018 +0200 |
tree | d3e534161d4d0aa0beae548ce439679158986e88 | |
parent | 3243f8c1fb16b6de73f1d7a30f5d09047553bce3 [diff] |
bpo-29565: Fix compilation for C89 (GH-8626) Use a local scope for the 'i' variable.