[Python-checkins] [python/cpython] da6d30: bpo-8799: Reduce timing sensitivity of condition t...

GitHub noreply at github.com
Wed Jun 21 20:09:41 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: da6d305b6fcd49ba1224b1fd2131d7648a5be6b9
      https://github.com/python/cpython/commit/da6d305b6fcd49ba1224b1fd2131d7648a5be6b9
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M Lib/test/lock_tests.py

  Log Message:
  -----------
  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)




More information about the Python-checkins mailing list