]> granicus.if.org Git - python/commit
bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1623)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 May 2017 00:05:29 +0000 (17:05 -0700)
committerGitHub <noreply@github.com>
Wed, 17 May 2017 00:05:29 +0000 (17:05 -0700)
commitaeb644714d37fb974e3acdf7daef031461e1283f
treee08e9f796898f44492dbfc327ceceaf819048b17
parentc9ba45d1b71d86321e5422e8a2cbe6e52aaba6f4
bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1623)

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