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 brett.cannon
Date 2013-02-03.16:47:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359910057.05.0.356511738926.issue17116@psf.upfronthosting.co.za>
In-reply-to
Content
A new test in test_importlib is discovering that pyexpat is creating both its errors and model modules by hand in pyexpat's initialization function. Should at least set __loader__ to None there.
History
Date User Action Args
2013-02-03 16:47:37brett.cannonsetrecipients: + brett.cannon
2013-02-03 16:47:37brett.cannonsetmessageid: <1359910057.05.0.356511738926.issue17116@psf.upfronthosting.co.za>
2013-02-03 16:47:37brett.cannonlinkissue17116 messages
2013-02-03 16:47:36brett.cannoncreate