Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 8ca2f2faefa8dba323a2e4c4b86efb633d7a53cf https://github.com/python/cpython/commit/8ca2f2faefa8dba323a2e4c4b86efb633d7a53cf Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年04月26日 (2017年4月26日) Changed paths: M Lib/test/test_logging.py Log Message: ----------- bpo-30131: test_logging now joins queue threads (#1298) QueueListenerTest of test_logging now closes the multiprocessing Queue and joins its thread to prevent leaking dangling threads to following tests. Add also @support.reap_threads to detect earlier if a test leaks threads (and try to "cleanup" these threads).