[issue24014] Second pass of PyCode_Optimize

Christian Heimes report at bugs.python.org
Mon Apr 20 16:49:28 CEST 2015


Christian Heimes added the comment:

How about restricting double pass optimization to code objects that have the CO_OPTIMIZED bit set? It doesn't affect normal code execution.

----------
nosy: +christian.heimes

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


More information about the Python-bugs-list mailing list