[Python-checkins] [python/cpython] 6924ed: bpo-30357 each test in test_thread waits until all...

GitHub noreply at github.com
Mon May 15 15:01:09 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 6924ed55c9807d69757e03bbe1caeec1104efacb
      https://github.com/python/cpython/commit/6924ed55c9807d69757e03bbe1caeec1104efacb
  Author: grzgrzgrz3 <grzgrzgrz3 at gmail.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M Lib/test/test_thread.py
    M Misc/ACKS
    M Misc/NEWS

  Log Message:
  -----------
  bpo-30357 each test in test_thread waits until all spawned threads finish (#1583)

* bpo-30357 each test in test_thread waits until all spawn threads finish

* bpo-30357 each test in test_thread waits until all spawn threads finish

* bpo-30357: test_thread now uses threading_cleanup() (#1592)

test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By: Victor Stinner <victor.stinner at gmail.com>

* bpo-30357: test_thread now uses threading_cleanup() (#1592)

test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By: Victor Stinner <victor.stinner at gmail.com>




More information about the Python-checkins mailing list