E&S CVS Commit: BytecodeAssembler - Fix stack level tracking for "try" block of try/except:

pje at eby-sarna.com pje at eby-sarna.com
Sun Dec 30 15:58:03 EST 2007


Author: pje
Date: Sun Dec 30 15:58:03 2007
New Revision: 2459

URL: http://svn.eby-sarna.com?rev=2459&view=rev
Log:
Fix stack level tracking for "try" block of try/except:
the POP_BLOCK *always* resets the stack to its original
size, so the stack level prior to the POP_BLOCK must be
ignored.

Modified:
    BytecodeAssembler/README.txt
    BytecodeAssembler/peak/util/assembler.py




More information about the source-changes mailing list