[issue2506] Add mechanism to disable optimizations

Raymond Hettinger report at bugs.python.org
Fri May 23 00:21:59 CEST 2014


Raymond Hettinger added the comment:

[Victor]
> Oh, another option to solve the .pyc file issue is to *not* 
> write .pyc files if the peephole optimizer is disabled. 
> If you disable an optimizer, you probably don't care of performances.

That is an inspired idea and would help address one of the possible problems that could be caused by a new on/off switch.

----------

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


More information about the Python-bugs-list mailing list