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:44:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387197893.17.0.165375470537.issue19946@psf.upfronthosting.co.za>
In-reply-to
Content
Updated test that handles timeouts better.

I also realised the current test failures are due to an error in the test design - the "failing" cases are ones where we deliberately *don't* rerun __main__ because the entire __main__.py file is assumed to be inside an implicit __main__-only guard.

So the code changes should be complete, I just need to figure out a way to tweak the tests appropriately.
History
Date User Action Args
2013-12-16 12:44:53ncoghlansetrecipients: + ncoghlan, brett.cannon, pitrou, larry, python-dev, sbt, eric.snow, Olivier.Grisel
2013-12-16 12:44:53ncoghlansetmessageid: <1387197893.17.0.165375470537.issue19946@psf.upfronthosting.co.za>
2013-12-16 12:44:53ncoghlanlinkissue19946 messages
2013-12-16 12:44:52ncoghlancreate