diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-10-20 11:18:29 +0000 |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-10-20 11:18:29 +0000 |
commit | 669bbb97ebce7685a9fae3adb047b777d9c0026c (patch) | |
tree | daf49758ecaffd6bf90e44f2bf348cce482b54b4 | |
parent | 9896f0cf49bca56209ac96a9218cae1224c64646 (diff) | |
download | cpython-669bbb97ebce7685a9fae3adb047b777d9c0026c.tar.gz |
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 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() |