We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63bfb7 commit 99790f1Copy full SHA for 99790f1
1 file changed
Lib/test/test_thread.py
@@ -334,11 +334,8 @@ def func():
334
335
with threading_helper.wait_threads_exit():
336
thread.start_joinable_thread(func, handle=handle)
337
- print(handle)
338
with self.assertRaisesRegex(RuntimeError, "thread already started"):
339
340
341
342
lock.release()
343
handle.join()
344
0 commit comments