]> granicus.if.org Git - python/commit
bpo-30357: test_thread now uses threading_cleanup() (#1592)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 15 May 2017 15:55:32 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Mon, 15 May 2017 15:55:32 +0000 (17:55 +0200)
commit79ef7f8e88a4972c4aecf95cfc5cd934f1861e08
tree4446c0ecfef41d5ecd549c4062d9a9ed8ea7d2e7
parent83a2c2879839da2e10037f5e4af1bd1dafbf1a52
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: Grzegorz Grzywacz <grzegorz.grzywacz@nazwa.pl>
Lib/test/test_thread.py
Misc/ACKS
Misc/NEWS