mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +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
|
@ -9,7 +9,7 @@ import heapq
|
|||
from . import events
|
||||
from . import futures
|
||||
from . import locks
|
||||
from .tasks import coroutine
|
||||
from .coroutines import coroutine
|
||||
|
||||
|
||||
class QueueEmpty(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue