diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-10-20 11:18:29 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-10-20 11:18:29 (GMT) |
commit | afaf48b953b6437a261b991c45cb8700afbcfb0a (patch) | |
tree | 09431e34d25d6b5725c4ee184f01a8b7794ed261 | |
parent | 8b69abbbf1ce037282c82411ab5be013442a6788 (diff) | |
download | cpython-afaf48b953b6437a261b991c45cb8700afbcfb0a.zip cpython-afaf48b953b6437a261b991c45cb8700afbcfb0a.tar.gz cpython-afaf48b953b6437a261b991c45cb8700afbcfb0a.tar.bz2 |
Remove comment that went with the print_lock that was previously deleted.
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 0 insertions, 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() |