ctypes: improve bytes handling (#9029)

This commit is contained in:
Jelle Zijlstra
2022-10-31 07:26:09 -07:00
committed by GitHub
parent ae75d68fe9
commit 3d8d744eb4
2 changed files with 8 additions and 2 deletions

View File

@@ -367,6 +367,8 @@ _ctypes.sizeof
# Allowlist entries that cannot or should not be fixed
# ==========
ctypes.Array.raw # exists but stubtest can't see it; only available if _CT == c_char
_collections_abc.AsyncGenerator.asend # async at runtime, deliberately not in the stub, see #7491. Pos-only differences also.
_collections_abc.AsyncGenerator.__anext__ # async at runtime, deliberately not in the stub, see #7491
_collections_abc.AsyncGenerator.aclose # async at runtime, deliberately not in the stub, see #7491