]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1346214: correctly optimize away "if 0"-style stmts
authorGeorg Brandl <georg@python.org>
Sun, 4 Jun 2006 21:56:52 +0000 (21:56 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 4 Jun 2006 21:56:52 +0000 (21:56 +0000)
commitddbaa660d3b64a71b4ac9eab64b1bb944ca1276b
treeff4255db178f608511fbc29f1410241bef74a109
parent9f167606665c186179bf362d4227e722731cd1b9
Patch #1346214: correctly optimize away "if 0"-style stmts
(thanks to Neal for review)
Include/symtable.h
Lib/test/test_generators.py
Misc/NEWS
Python/compile.c
Python/symtable.c