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.

作者 Arfrever
收信人 Arfrever, brett.cannon, eric.araujo, eric.smith, eric.snow, lemburg, ncoghlan, pitrou, python-dev
日期 2012-05-06.16:24:17
SpamBayes Score -1.0
Marked as misclassified
Message-id <1336321458.34.0.111670330501.issue14657@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-05-06 16:24:18Arfrever修改recipients: + Arfrever, lemburg, brett.cannon, ncoghlan, pitrou, eric.smith, eric.araujo, python-dev, eric.snow
2012-05-06 16:24:18Arfrever修改messageid: <1336321458.34.0.111670330501.issue14657@psf.upfronthosting.co.za>
2012-05-06 16:24:17Arfrever链接issue14657 messages
2012-05-06 16:24:17Arfrever创建