E&S CVS Commit: BytecodeAssembler - Quick draft at a hack to
support old JUMP_IF opcodes on Python 2.7, an
pje at eby-sarna.com
pje at eby-sarna.com
Mon Aug 2 02:57:16 EDT 2010
Author: pje
Date: Mon Aug 2 02:57:15 2010
New Revision: 2619
URL: http://svn.eby-sarna.com?rev=2619&view=rev
Log:
Quick draft at a hack to support old JUMP_IF opcodes on Python 2.7, and
to support the JUMP_IF_*_OR_POP opcodes on older Pythons. Still needs
some work to support the OR_POP variants on 2.7, though, and some test
adjustments for both BytecodeAssembler and PEAK-Rules
Modified:
BytecodeAssembler/peak/util/assembler.py
More information about the source-changes
mailing list