File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
@tests/stubtest_allowlists Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 22# TODO: New errors in Python 3.14 that need to be fixed or moved below
33# ====================================================================
44
5- _asyncio.all_tasks
65asyncio.eager_task_factory
76asyncio.tasks.eager_task_factory
87compression.gzip.GzipFile.readinto
Original file line number Diff line number Diff line change @@ -107,3 +107,4 @@ if sys.version_info >= (3, 12):
107107if sys .version_info >= (3 , 14 ):
108108 def future_discard_from_awaited_by (future : Future [Any ], waiter : Future [Any ], / ) -> None : ...
109109 def future_add_to_awaited_by (future : Future [Any ], waiter : Future [Any ], / ) -> None : ...
110+ def all_tasks (loop : AbstractEventLoop | None = None ) -> set [Task [Any ]]: ...
You can’t perform that action at this time.
0 commit comments