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 Olivier.Grisel, brett.cannon, eric.snow, larry, ncoghlan, pitrou, python-dev, sbt
Date 2013-12-16.12:29:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387196994.66.0.3414897424.issue19946@psf.upfronthosting.co.za>
In-reply-to
Content
I created a test suite to ensure that all the various cases were handled correctly by the eventual patch (it doesn't test some of the namespace package related edge cases, but they devolve to normal module execution in terms of the final state of __main__, and that's covered by these tests).
History
Date User Action Args
2013-12-16 12:29:54ncoghlansetrecipients: + ncoghlan, brett.cannon, pitrou, larry, python-dev, sbt, eric.snow, Olivier.Grisel
2013-12-16 12:29:54ncoghlansetmessageid: <1387196994.66.0.3414897424.issue19946@psf.upfronthosting.co.za>
2013-12-16 12:29:54ncoghlanlinkissue19946 messages
2013-12-16 12:29:54ncoghlancreate