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 DragonFireCK, Sagiv.Malihi, brett.cannon, ncoghlan, pitrou
Date 2012-09-12.12:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347454808.66.0.412205084319.issue12680@psf.upfronthosting.co.za>
In-reply-to
Content
I just checked and this is no longer an issue in Python 3.3.

The sys.modules "bug" isn't a bug as that's how it is supposed to work to prevent partially initialized modules. As for how pickle is doing stuff, that could change if it wouldn't break backwards-compatibility.
History
Date User Action Args
2012-09-12 13:00:08brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, Sagiv.Malihi, DragonFireCK
2012-09-12 13:00:08brett.cannonsetmessageid: <1347454808.66.0.412205084319.issue12680@psf.upfronthosting.co.za>
2012-09-12 12:59:47brett.cannonlinkissue12680 messages
2012-09-12 12:59:47brett.cannoncreate