]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1622)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 May 2017 00:06:14 +0000 (17:06 -0700)
committerGitHub <noreply@github.com>
Wed, 17 May 2017 00:06:14 +0000 (17:06 -0700)
commit6b5b85aecf4db796a05582202a6c875b36eae516
tree31958de9808093d58c6014958ae94afeead34923
parentaaa053652556aa4e59cb68f3983a09ced1d1fe2a
bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1622)

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: Grzegorz Grzywacz <grzegorz.grzywacz@nazwa.pl>
(cherry picked from commit 79ef7f8e88a4972c4aecf95cfc5cd934f1861e08)
Lib/test/test_thread.py
Misc/ACKS
Misc/NEWS