]> granicus.if.org Git - python/commit
Improve stack depth computation for try/except and try/finally
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2001 22:27:14 +0000 (22:27 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2001 22:27:14 +0000 (22:27 +0000)
commit9263848fa154ad2ba5288bf5adeda22d7c90f8a2
tree96a0fcf0d67042f80c7bb089e3ceb294e6b95122
parent4bd4dddd55787126857b76410cadd986df3ce7b7
Improve stack depth computation for try/except and try/finally

Add CONTINUE_LOOP to the list of unconditional transfers
Lib/compiler/pyassem.py
Tools/compiler/compiler/pyassem.py