[issue30727] [2.7] test_threading.ConditionTests.test_notify() hangs randomly on Python 2.7

STINNER Victor report at bugs.python.org
Mon Jun 26 19:04:03 EDT 2017


STINNER Victor added the comment:

Hum, my commit was not reported in the issue:

commit da6d305b6fcd49ba1224b1fd2131d7648a5be6b9
Author: Victor Stinner <victor.stinner at 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)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30727>
_______________________________________


More information about the Python-bugs-list mailing list