Remove allowlist entries for _ctypes on win (#10855)

This commit is contained in:
Nikita Sobolev
2023-10-07 22:43:33 +03:00
committed by GitHub
parent fb994e344b
commit 8acf1944f3
2 changed files with 2 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ if sys.platform == "win32":
def FormatError(code: int = ...) -> str: ...
def get_last_error() -> int: ...
def set_last_error(value: int) -> int: ...
def LoadLibrary(__name: str, __load_flags: int = 0) -> int: ...
def FreeLibrary(__handle: int) -> None: ...
class _CDataMeta(type):
# By default mypy complains about the following two methods, because strictly speaking cls