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 vstinner
Date 2011-04-07.21:54:52
SpamBayes Score 3.6888925e-10
Marked as misclassified No
Message-id <1302213294.05.0.908920520464.issue11800@psf.upfronthosting.co.za>
In-reply-to
Content
I added recently a --timeout option to regrtest.py: dump the traceback of all threads and exit if a test takes more than TIMEOUT seconds (issue #11727). But my implementation was not correct: the timeout is applied on the whole file, not on a single function. Attached patch fixes this issue.
History
Date User Action Args
2011-04-07 21:54:54vstinnersetrecipients: + vstinner
2011-04-07 21:54:54vstinnersetmessageid: <1302213294.05.0.908920520464.issue11800@psf.upfronthosting.co.za>
2011-04-07 21:54:53vstinnerlinkissue11800 messages
2011-04-07 21:54:53vstinnercreate