mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Remove comment that went with the print_lock that was previously deleted.
This commit is contained in:
parent
8b69abbbf1
commit
afaf48b953
1 changed files with 0 additions and 2 deletions
|
@ -444,8 +444,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
|
||||||
from queue import Queue, Empty
|
from queue import Queue, Empty
|
||||||
from subprocess import Popen, PIPE, STDOUT
|
from subprocess import Popen, PIPE, STDOUT
|
||||||
from collections import deque
|
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\]$")
|
debug_output_pat = re.compile(r"\[\d+ refs\]$")
|
||||||
pending = deque()
|
pending = deque()
|
||||||
output = Queue()
|
output = Queue()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue