[issue24014] Second pass of PyCode_Optimize

Eric Snow report at bugs.python.org
Mon Apr 20 15:19:22 CEST 2015


Eric Snow added the comment:

> Also, Python/importlib.h blew up in the diff; should this be included in
the patch?

Yes.  It is the frozen bytecode for bootstrapping importlib as the import
system.  So changes to bytecode generation like this will propagate there.

----------
nosy: +eric.snow

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


More information about the Python-bugs-list mailing list