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 vstinner
Recipients Arfrever, Trundle, dmalcolm, lemburg, pitrou, scott.dial, vstinner
Date 2011-03-29.21:29:02
SpamBayes Score 1.6999887e-07
Marked as misclassified No
Message-id <1301434143.63.0.152370015354.issue11393@psf.upfronthosting.co.za>
In-reply-to
Content
regrtest_timeout.patch: add --timeout option to regrtest.py to display the traceback and then exit if a test takes more than TIMEOUT seconds. It adds also a check on the subprocess exit code (regrtest.py -j): raise a exception if it is different than zero.
History
Date User Action Args
2011-03-29 21:29:03vstinnersetrecipients: + vstinner, lemburg, scott.dial, pitrou, Arfrever, Trundle, dmalcolm
2011-03-29 21:29:03vstinnersetmessageid: <1301434143.63.0.152370015354.issue11393@psf.upfronthosting.co.za>
2011-03-29 21:29:03vstinnerlinkissue11393 messages
2011-03-29 21:29:03vstinnercreate