[issue14169] compiler.compile fails on "if" statement in attached file

Mark Dickinson report at bugs.python.org
Sat Mar 10 13:59:14 CET 2012


Mark Dickinson <dickinsm at gmail.com> added the comment:

Okay, so the issue is simply that the compiler module doesn't have logic for emitting the EXTENDED_ARGS[1] bytecode instruction to properly deal with a jump target that won't fit in two bytes.  Given that the compiler module is deprecated, I propose closing this as 'won't fix'.

[1] http://docs.python.org/library/dis.html#opcode-EXTENDED_ARG

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14169>
_______________________________________


More information about the Python-bugs-list mailing list