mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Update _asyncio to 3.14 (#14165)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
# TODO: New errors in Python 3.14 that need to be fixed or moved below
|
||||
# ====================================================================
|
||||
|
||||
_asyncio.all_tasks
|
||||
asyncio.eager_task_factory
|
||||
asyncio.tasks.eager_task_factory
|
||||
compression.gzip.GzipFile.readinto
|
||||
|
||||
@@ -107,3 +107,4 @@ if sys.version_info >= (3, 12):
|
||||
if sys.version_info >= (3, 14):
|
||||
def future_discard_from_awaited_by(future: Future[Any], waiter: Future[Any], /) -> None: ...
|
||||
def future_add_to_awaited_by(future: Future[Any], waiter: Future[Any], /) -> None: ...
|
||||
def all_tasks(loop: AbstractEventLoop | None = None) -> set[Task[Any]]: ...
|
||||
|
||||
Reference in New Issue
Block a user