Fix allowlists (#6440)

Broken by https://github.com/python/typeshed/pull/6439

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2021-11-28 20:18:49 -08:00
committed by GitHub
parent 0bad0691be
commit 287a9a427e
3 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ _collections_abc.AsyncGenerator.ag_await
_collections_abc.AsyncGenerator.ag_code
_collections_abc.AsyncGenerator.ag_frame
_collections_abc.AsyncGenerator.ag_running
_dummy_threading
asyncio.Future.__init__ # Usually initialized from c object
asyncio.exceptions # Added in Python 3.8
asyncio.format_helpers # Added in Python 3.7

View File

@@ -2,6 +2,7 @@ _collections_abc.AsyncGenerator.ag_await
_collections_abc.AsyncGenerator.ag_code
_collections_abc.AsyncGenerator.ag_frame
_collections_abc.AsyncGenerator.ag_running
_dummy_threading
asyncio.compat # Removed in 3.7
asyncio.Future.__init__ # Usually initialized from c object
asyncio.Future._callbacks # Usually initialized from c object

View File

@@ -5,6 +5,7 @@ _collections_abc.AsyncGenerator.ag_running
_collections_abc.ItemsView.__reversed__
_collections_abc.KeysView.__reversed__
_collections_abc.ValuesView.__reversed__
_dummy_threading
ast.Bytes.__new__
ast.Ellipsis.__new__
ast.NameConstant.__new__