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 serhiy.storchaka, vstinner
Date 2017-05-09.15:08:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494342500.43.0.746889644071.issue30283@psf.upfronthosting.co.za>
In-reply-to
Content
I merged a first serie of enhancements for regrtest output in the 2.7 branch. Let's see how things are going, if it helps to debug stuck buildbots.

For Python 3.5, I'm less motivated to backport enhancements since Python 3.5 has faulthandler which is used in regrtest to kill a stuck test after 15 min with a nice Python traceback. But maybe I will do the similar backports, since I'm now trying to watching buildbots of all Python branches, not only matser ;-)
History
Date User Action Args
2017-05-09 15:08:20vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-05-09 15:08:20vstinnersetmessageid: <1494342500.43.0.746889644071.issue30283@psf.upfronthosting.co.za>
2017-05-09 15:08:20vstinnerlinkissue30283 messages
2017-05-09 15:08:20vstinnercreate