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 ncoghlan
Recipients Michael.Olson, asksol, jnoller, ncoghlan
Date 2011-12-21.14:22:02
SpamBayes Score 0.0022392818
Marked as misclassified No
Message-id <1324477368.81.0.879485113043.issue10128@psf.upfronthosting.co.za>
In-reply-to
Content
The fix from #10845 should be backported to Python 2.7 (bypassing the assertion isn't enough - you want to skip re-executing __main__ entirely)
History
Date User Action Args
2011-12-21 14:22:48ncoghlansetrecipients: + ncoghlan, jnoller, asksol, Michael.Olson
2011-12-21 14:22:48ncoghlansetmessageid: <1324477368.81.0.879485113043.issue10128@psf.upfronthosting.co.za>
2011-12-21 14:22:03ncoghlanlinkissue10128 messages
2011-12-21 14:22:02ncoghlancreate