From afaf48b953b6437a261b991c45cb8700afbcfb0a Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Tue, 20 Oct 2009 11:18:29 +0000 Subject: Remove comment that went with the print_lock that was previously deleted. --- Lib/test/regrtest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 52f5cfd..6fe4eda 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() -- cgit v0.12