]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30357 each test in test_thread waits until all spawned threads finish (#1583)
authorgrzgrzgrz3 <grzgrzgrz3@gmail.com>
Mon, 15 May 2017 19:01:07 +0000 (21:01 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 15 May 2017 19:01:07 +0000 (21:01 +0200)
commit6924ed55c9807d69757e03bbe1caeec1104efacb
tree43f0fa4c58ae42adabdbf1a9df8983148808d95a
parent9d1983be503012e750f49d31b569f3fe4554c628
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@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@gmail.com>
Lib/test/test_thread.py
Misc/ACKS
Misc/NEWS