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 eric.snow
Recipients Arfrever, brett.cannon, eric.snow, scoder
Date 2012-08-12.17:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344792349.62.0.357934623531.issue15623@psf.upfronthosting.co.za>
In-reply-to
Content
This smells like a case of where sys.modules got replaced by another mapping, but import.c continues using interp->modules.  I won't be able to investigate until tomorrow.
History
Date User Action Args
2012-08-12 17:25:49eric.snowsetrecipients: + eric.snow, brett.cannon, scoder, Arfrever
2012-08-12 17:25:49eric.snowsetmessageid: <1344792349.62.0.357934623531.issue15623@psf.upfronthosting.co.za>
2012-08-12 17:25:49eric.snowlinkissue15623 messages
2012-08-12 17:25:49eric.snowcreate