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

GitHub noreply at github.com
Tue May 16 20:06:15 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 6b5b85aecf4db796a05582202a6c875b36eae516
      https://github.com/python/cpython/commit/6b5b85aecf4db796a05582202a6c875b36eae516
  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) (#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 at nazwa.pl>
(cherry picked from commit 79ef7f8e88a4972c4aecf95cfc5cd934f1861e08)




More information about the Python-checkins mailing list