mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
asyncio: sync with github asyncio
* queues: get coroutine from asyncio.coroutines, not from asyncio.tasks * tets: replace tulip with asyncio in comments
This commit is contained in:
parent
af320b389b
commit
e6ecea53c8
5 changed files with 10 additions and 8 deletions
|
@ -348,7 +348,7 @@ class BaseSelectorEventLoopTests(test_utils.TestCase):
|
|||
self.loop._sock_connect.call_args[0])
|
||||
|
||||
def test_sock_connect_timeout(self):
|
||||
# Tulip issue #205: sock_connect() must unregister the socket on
|
||||
# asyncio issue #205: sock_connect() must unregister the socket on
|
||||
# timeout error
|
||||
|
||||
# prepare mocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue