diff options
-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() |