[issue14657] Avoid two importlib copies

Antoine Pitrou report at bugs.python.org
Sun May 6 18:33:10 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> It was distribute (fork of setuptools, with added support for Python 3), not distutils2.
> distribute has been changed to directly use _frozen_importlib:

This sounds like a rather good hint we need to avoid duplicate copies.

----------

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


More information about the Python-bugs-list mailing list