[Python-checkins] [python/cpython] aeb644: bpo-30357: test_thread now uses threading_cleanup(...

GitHub noreply at github.com
Tue May 16 20:05:30 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: aeb644714d37fb974e3acdf7daef031461e1283f
      https://github.com/python/cpython/commit/aeb644714d37fb974e3acdf7daef031461e1283f
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  -----------
  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 at nazwa.pl>
(cherry picked from commit 79ef7f8e88a4972c4aecf95cfc5cd934f1861e08)




More information about the Python-checkins mailing list