add _asyncio (#12766)

improves naming and inheritance for asyncio.Future and asyncio.Task

related to https://github.com/python/typeshed/issues/3968
This commit is contained in:
Stephen Morton
2024-10-09 20:55:28 -07:00
committed by GitHub
parent 42ebc89d8c
commit f83b6fadbe
6 changed files with 143 additions and 111 deletions

View File

@@ -4,6 +4,7 @@
# Please keep sorted alphabetically
_asyncio.Future.__init__ # Usually initialized from c object
_collections_abc.AsyncGenerator.ag_await
_collections_abc.AsyncGenerator.ag_code
_collections_abc.AsyncGenerator.ag_frame