Skip to content

Commit 5ff4efc

Browse files
committed
I give up.
1 parent 7ea2613 commit 5ff4efc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/test_ssl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4630,7 +4630,6 @@ def test_thread_recv_while_main_thread_sends(self):
46304630
# that the recv() call held.
46314631
data = b"1" * 50
46324632
event = threading.Event()
4633-
import time
46344633
def background(sock):
46354634
event.set()
46364635
received = sock.recv(50)
@@ -4648,7 +4647,6 @@ def background(sock):
46484647
args=(sock,), daemon=True)
46494648
thread.start()
46504649
event.wait()
4651-
time.sleep(0)
46524650
sock.sendall(b"1" * 50)
46534651
thread.join()
46544652
if cm.exc_value is not None:

0 commit comments

Comments
 (0)