[issue9880] Python 2.7 Won't Build: SystemError: unknown opcode

Antoine Pitrou report at bugs.python.org
Sun Sep 19 16:52:50 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

You can look at Python/compile.c (the ast-to-bytecode compiler), Python/peephole.c (the bytecode optimizer), Python/marshal.c (the on-disk bytecode serializer/unserialize).

First step could be to actually disable the optimizer (see PyCode_Optimize in peephole.c).

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list