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 kristjan.jonsson, pitrou, serhiy.storchaka, vstinner
Date 2017-06-26.23:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498518243.77.0.939655073415.issue30727@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, my commit was not reported in the issue:

commit da6d305b6fcd49ba1224b1fd2131d7648a5be6b9
Author: Victor Stinner <victor.stinner@gmail.com>
Date:   Thu Jun 22 02:09:40 2017 +0200

    bpo-8799: Reduce timing sensitivity of condition test by explicitly (#2320)
    delaying the main thread so that it doesn't race ahead of the workers.
    (cherry picked from commit 020af2a2bc4708215360a3793b5a1790e15d05dd)
History
Date User Action Args
2017-06-26 23:04:03vstinnersetrecipients: + vstinner, pitrou, kristjan.jonsson, serhiy.storchaka
2017-06-26 23:04:03vstinnersetmessageid: <1498518243.77.0.939655073415.issue30727@psf.upfronthosting.co.za>
2017-06-26 23:04:03vstinnerlinkissue30727 messages
2017-06-26 23:04:03vstinnercreate