]> granicus.if.org Git - python/commit
bpo-31234: Join timers in test_threading (#3598)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 15 Sep 2017 12:37:42 +0000 (05:37 -0700)
committerGitHub <noreply@github.com>
Fri, 15 Sep 2017 12:37:42 +0000 (05:37 -0700)
commitda3e5cf961f9bcc4bb376386cfe7a2865325086c
treea64d532d9ec9227965442a5028fd3f44206b7e42
parent5d84cb368c0c3e475c25171c302068c4dfc3e396
bpo-31234: Join timers in test_threading (#3598)

Call the .join() method of threading.Timer timers to prevent the
"threading_cleanup() failed to cleanup 1 threads" warning.
Lib/test/test_threading.py