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 brett.cannon
Recipients Arfrever, barry, brett.cannon, eric.smith, sbt
Date 2013-06-22.19:48:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371930503.42.0.252896628746.issue17621@psf.upfronthosting.co.za>
In-reply-to
Content
I have attached the test suite and two versions: one using a mixin and one using a proxy. Neither solve the issue of import touching the module in any way to check __loader__ and __package__. The mixin version is also failing one test which could quite possibly be a pain to fix and so it might cause me to prefer the proxy solution.
History
Date User Action Args
2013-06-22 19:48:23brett.cannonsetrecipients: + brett.cannon, barry, eric.smith, Arfrever, sbt
2013-06-22 19:48:23brett.cannonsetmessageid: <1371930503.42.0.252896628746.issue17621@psf.upfronthosting.co.za>
2013-06-22 19:48:23brett.cannonlinkissue17621 messages
2013-06-22 19:48:23brett.cannoncreate