Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afaf48b

Browse files
committed
Remove comment that went with the print_lock that was previously deleted.
1 parent 8b69abb commit afaf48b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/regrtest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,6 @@ def accumulate_result(test, result):
444444
from queue import Queue, Empty
445445
from subprocess import Popen, PIPE, STDOUT
446446
from collections import deque
447-
# TextIOWrapper is not entirely thread-safe now,
448-
# it can produce duplicate output when printing from several threads.
449447
debug_output_pat = re.compile(r"\[\d+ refs\]$")
450448
pending = deque()
451449
output = Queue()

0 commit comments

Comments
 (0)