We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b69abb commit afaf48bCopy full SHA for afaf48b
1 file changed
Lib/test/regrtest.py
@@ -444,8 +444,6 @@ def accumulate_result(test, result):
444
from queue import Queue, Empty
445
from subprocess import Popen, PIPE, STDOUT
446
from collections import deque
447
- # TextIOWrapper is not entirely thread-safe now,
448
- # it can produce duplicate output when printing from several threads.
449
debug_output_pat = re.compile(r"\[\d+ refs\]$")
450
pending = deque()
451
output = Queue()
0 commit comments