mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
cffi: run stubtest on Windows (#9178)
This commit is contained in:
@@ -72,6 +72,7 @@ class FFI:
|
||||
@overload
|
||||
def gc(self, cdata: CData, destructor: None, size: int = ...) -> None: ...
|
||||
def verify(self, source: str = ..., tmpdir: str | None = ..., **kwargs: Any) -> _cffi_backend.Lib: ...
|
||||
# Technically exists on all OSs, but crashes on all but Windows. So we hide it in stubs
|
||||
if sys.platform == "win32":
|
||||
def getwinerror(self, code: int = ...) -> tuple[int, str] | None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user