]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29565: Fix compilation for C89 (GH-8626)
authorVictor Stinner <vstinner@redhat.com>
Thu, 2 Aug 2018 15:40:11 +0000 (17:40 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Aug 2018 15:40:11 +0000 (17:40 +0200)
commit6a6b2483479a1ad0ab82300452f0ce71fa90b2d7
treed3e534161d4d0aa0beae548ce439679158986e88
parent3243f8c1fb16b6de73f1d7a30f5d09047553bce3
bpo-29565: Fix compilation for C89 (GH-8626)

Use a local scope for the 'i' variable.
Modules/_ctypes/libffi_msvc/ffi.c