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, rpetrov
Date 2013-03-05.21:24:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362518648.78.0.7137675333.issue17358@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have a Python 3.3 install happy (someone at work reported the failure), but simply calling imp.load_module() and then __loader__.load_module() on the returned module immediately after should trigger it.
History
Date User Action Args
2013-03-05 21:24:08brett.cannonsetrecipients: + brett.cannon, rpetrov
2013-03-05 21:24:08brett.cannonsetmessageid: <1362518648.78.0.7137675333.issue17358@psf.upfronthosting.co.za>
2013-03-05 21:24:08brett.cannonlinkissue17358 messages
2013-03-05 21:24:08brett.cannoncreate