]> granicus.if.org Git - python/commitdiff
Remove comment that went with the print_lock that was previously deleted.
authorR. David Murray <rdmurray@bitdance.com>
Tue, 20 Oct 2009 11:18:29 +0000 (11:18 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 20 Oct 2009 11:18:29 +0000 (11:18 +0000)
Lib/test/regrtest.py

index 52f5cfda1b05c997e19f9a34774fed4e27d27628..6fe4edab542ab4220199105fe2d30e93d4ad3d1f 100755 (executable)
@@ -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()