Nick Coghlan <ncogh...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14657>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to