[issue19531] Loading -OO bytecode files if -O was requested can lead to problems

Brett Cannon report at bugs.python.org
Sat Nov 9 17:04:01 CET 2013


Brett Cannon added the comment:

This is a known problem and has been brought up over the years. Discussions have typically revolved around expanding the .pyc format to encode what optimizations were used so if the interpreter was using different optimizations it would not use the bytecode.

----------
nosy: +brett.cannon

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


More information about the Python-bugs-list mailing list