]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't use fast_next_opcode for JUMP_* opcodes. This fixes the problem
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 30 May 2003 23:59:44 +0000 (23:59 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 30 May 2003 23:59:44 +0000 (23:59 +0000)
commitca2a2f11d0ee7c8dee0f74d001c6f3f7d15adac9
tree7cfdec76d70da1dd370e84a4abe111475de8a66f
parent98c20befa6b35b6e30a6b229201eaf635426c4cc
Don't use fast_next_opcode for JUMP_* opcodes.  This fixes the problem
reported by Kurt B. Kaiser.
Python/ceval.c