Arfrever Frehtes Taifersar Arahesis <[email protected]> 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: https://bitbucket.org/tarek/distribute/changeset/a2685f3af854 https://bitbucket.org/tarek/distribute/changeset/77c8b155a07d distribute checks __loader__ and __class__.__mro__ attributes of modules. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14657> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
