]> granicus.if.org Git - python/commit
bpo-31234: test_threading: fix ref cycle (#3150)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 18 Aug 2017 23:54:42 +0000 (01:54 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2017 23:54:42 +0000 (01:54 +0200)
commit3d284c081fc3042036adfe1bf2ce92c34d743b0b
tree9a70166392ce12397cc08bf5e617bdf51f512717
parenta32e40561a24de373d1c5a437a8aa329758ba8e4
bpo-31234: test_threading: fix ref cycle (#3150)

test_bare_raise_in_brand_new_thread() now explicitly breaks a
reference cycle to not leak a dangling thread.
Lib/test/test_threading.py