Skip to content

Commit 99790f1

Browse files
committed
Remove inappropriate print statements.
1 parent a63bfb7 commit 99790f1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_thread.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,8 @@ def func():
334334

335335
with threading_helper.wait_threads_exit():
336336
thread.start_joinable_thread(func, handle=handle)
337-
print(handle)
338337
with self.assertRaisesRegex(RuntimeError, "thread already started"):
339-
print(handle)
340338
thread.start_joinable_thread(func, handle=handle)
341-
print(handle)
342339
lock.release()
343340
handle.join()
344341

0 commit comments

Comments
 (0)