mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Fix allowlists (#6440)
Broken by https://github.com/python/typeshed/pull/6439 Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user