summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-10-20 11:18:29 +0000
committerR. David Murray <rdmurray@bitdance.com>2009-10-20 11:18:29 +0000
commit669bbb97ebce7685a9fae3adb047b777d9c0026c (patch)
treedaf49758ecaffd6bf90e44f2bf348cce482b54b4
parent9896f0cf49bca56209ac96a9218cae1224c64646 (diff)
downloadcpython-669bbb97ebce7685a9fae3adb047b777d9c0026c.tar.gz
Remove comment that went with the print_lock that was previously deleted.
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 0 insertions, 2 deletions
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()