]> granicus.if.org Git - python/commit
avoid a compiler warning. the compiler doesn't know that the static
authorGregory P. Smith <greg@krypto.org>
Sat, 21 May 2011 12:19:42 +0000 (05:19 -0700)
committerGregory P. Smith <greg@krypto.org>
Sat, 21 May 2011 12:19:42 +0000 (05:19 -0700)
commit95c7c46077864f6ae9ac6dd1eaf4d79452e7aeb2
treead0bb18949177f3b6e557458d92529c2d5a2decc
parent9ba876104ea63f7b6ff906a3b4eac1704125649a
avoid a compiler warning. the compiler doesn't know that the static
struct guarantees the loop will always be run once to initialize code.
Modules/zipimport.c