]> granicus.if.org Git - python/commit
Issue #26798: for loop initial declarations are only allowed in C99 or C11 mode
authorChristian Heimes <christian@python.org>
Tue, 6 Sep 2016 21:18:03 +0000 (23:18 +0200)
committerChristian Heimes <christian@python.org>
Tue, 6 Sep 2016 21:18:03 +0000 (23:18 +0200)
commit87bf0febcb59a389eb62bcb467b7ec9c4974be49
tree2dba478dc8c94bf595fd8e491f2fd32df18a11f4
parent90493ab30cd746d9063ec4cb76ad24e77da34702
Issue #26798: for loop initial declarations are only allowed in C99 or C11 mode
Modules/_blake2/impl/blake2b-ref.c
Modules/_blake2/impl/blake2b.c
Modules/_blake2/impl/blake2s-ref.c
Modules/_blake2/impl/blake2s.c