]> granicus.if.org Git - python/commit
Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop are
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 28 Aug 2001 17:28:33 +0000 (17:28 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 28 Aug 2001 17:28:33 +0000 (17:28 +0000)
commit2ac9c3eec5807b6032e5aef6481fcf67c1965efc
treee23b3ceeda27b2b70fa8afba66baf785e84dba20
parentcbfc855f57ab6ad7920857bba3a8e2475ef0fb33
Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop are
contiguous.
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pycodegen.py