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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-15.22:19:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497565191.65.0.601503869627.issue30673@psf.upfronthosting.co.za>
In-reply-to
Content
I added the -t options to 3.5, 3.6 and master (3.7) branches.

I have a small issue: in Python 2.7, regrtest has no --timeout option. In Python 3, the timeout was implemented using faulthandler, module which was added to Python 3.3.

I guess that we can handle 2.7 special case in the buildbot configuration.
History
Date User Action Args
2017-06-15 22:19:51vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2017-06-15 22:19:51vstinnersetmessageid: <1497565191.65.0.601503869627.issue30673@psf.upfronthosting.co.za>
2017-06-15 22:19:51vstinnerlinkissue30673 messages
2017-06-15 22:19:51vstinnercreate