mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Merge asyncio upstream.
This commit is contained in:
parent
9b32bda851
commit
7b3b3dc85d
6 changed files with 94 additions and 14 deletions
|
|
@ -793,7 +793,7 @@ class EventLoopTestsMixin:
|
|||
loop.connect_accepted_socket(
|
||||
(lambda : proto), conn, ssl=server_ssl))
|
||||
loop.run_forever()
|
||||
conn.close()
|
||||
proto.transport.close()
|
||||
lsock.close()
|
||||
|
||||
thread.join(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue