We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FFI.NULL
CData
1 parent c24684f commit e4d32e0Copy full SHA for e4d32e0
1 file changed
stubs/cffi/cffi/api.pyi
@@ -19,7 +19,7 @@ class FFI:
19
20
BVoidP: CType
21
BCharA: CType
22
- NULL: CType
+ NULL: CData
23
errno: int
24
25
def __init__(self, backend: types.ModuleType | None = None) -> None: ...
0 commit comments