This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, brett.cannon, eric.araujo, eric.smith, eric.snow, lemburg, ncoghlan, pitrou, python-dev
Date 2012-05-06.16:24:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336321458.34.0.111670330501.issue14657@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-06 16:24:18Arfreversetrecipients: + Arfrever, lemburg, brett.cannon, ncoghlan, pitrou, eric.smith, eric.araujo, python-dev, eric.snow
2012-05-06 16:24:18Arfreversetmessageid: <1336321458.34.0.111670330501.issue14657@psf.upfronthosting.co.za>
2012-05-06 16:24:17Arfreverlinkissue14657 messages
2012-05-06 16:24:17Arfrevercreate