codecs: add missing function, reflect runtime import * (#7918)

This commit is contained in:
Jelle Zijlstra
2022-05-22 16:06:21 -07:00
committed by GitHub
parent 18433202ba
commit 9660ee97ee
5 changed files with 73 additions and 64 deletions

View File

@@ -67,7 +67,6 @@ tempfile.SpooledTemporaryFile.seekable
tempfile.SpooledTemporaryFile.writable
# Exists at runtime, but missing from stubs
_codecs.unregister
_collections_abc.AsyncIterable.__class_getitem__
_collections_abc.Awaitable.__class_getitem__
_collections_abc.Container.__class_getitem__

View File

@@ -1,4 +1,3 @@
_codecs.unregister
_collections_abc.AsyncGenerator.ag_await
_collections_abc.AsyncGenerator.ag_code
_collections_abc.AsyncGenerator.ag_frame