Commit afaf48b9 authored by R. David Murray's avatar R. David Murray

Remove comment that went with the print_lock that was previously deleted.

parent 8b69abbb
......@@ -444,8 +444,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
from queue import Queue, Empty
from subprocess import Popen, PIPE, STDOUT
from collections import deque
# TextIOWrapper is not entirely thread-safe now,
# it can produce duplicate output when printing from several threads.
debug_output_pat = re.compile(r"\[\d+ refs\]$")
pending = deque()
output = Queue()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment