[issue14657] Avoid two importlib copies
Nick Coghlan
report at bugs.python.org
Tue Apr 24 06:40:18 CEST 2012
Nick Coghlan <ncoghlan at gmail.com> added the comment:
My preference would also be for _frozen_importlib._bootstrap to overwrite as much evidence of itself as it can with the "real" one.
This would also mean that changes to importlib._bootstrap would actually take effect for user code almost immediately, *without* rebuilding Python, as the frozen version would *only* be used to get hold of the pure Python version.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14657>
_______________________________________
More information about the Python-bugs-list
mailing list