Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9880>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to