From: R. David Murray Date: Tue, 20 Oct 2009 11:18:29 +0000 (+0000) Subject: Remove comment that went with the print_lock that was previously deleted. X-Git-Tag: v3.2a1~2361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afaf48b953b6437a261b991c45cb8700afbcfb0a;p=python Remove comment that went with the print_lock that was previously deleted. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 52f5cfda1b..6fe4edab54 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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()