[issue14657] Avoid two importlib copies

Nick Coghlan report at bugs.python.org
Wed Apr 25 18:02:27 CEST 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

At the very least, failing to regenerate importlib.h shouldn't be a fatal build error. It should just run with what its got, and hopefully you will get a working interpreter out the other end, such that you can regenerate the frozen module on the next pass.

If we change that, then I'm OK with keeping the automatic rebuild.

----------

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


More information about the Python-bugs-list mailing list