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 ammar2, giampaolo.rodola, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-07-16.07:39:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531726750.61.0.56676864532.issue34060@psf.upfronthosting.co.za>
In-reply-to
Content
Logging the current value can be an acceptable compromise.

When we run tests in subprocesses (python3 -m test -jN), we can run a test every N milliseconds with no thread. It's ok if the average is not accurate.

Most buildbots use -jN for performance but also to isolate the main processes from crashes and hard timeouts.
History
Date User Action Args
2018-07-16 07:39:10vstinnersetrecipients: + vstinner, paul.moore, giampaolo.rodola, tim.golden, jkloth, zach.ware, steve.dower, ammar2
2018-07-16 07:39:10vstinnersetmessageid: <1531726750.61.0.56676864532.issue34060@psf.upfronthosting.co.za>
2018-07-16 07:39:10vstinnerlinkissue34060 messages
2018-07-16 07:39:10vstinnercreate