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

GitHub noreply at github.com
Mon May 15 11:55:33 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 79ef7f8e88a4972c4aecf95cfc5cd934f1861e08
      https://github.com/python/cpython/commit/79ef7f8e88a4972c4aecf95cfc5cd934f1861e08
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-15 (Mon, 15 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)

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>




More information about the Python-checkins mailing list