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.
1 parent c24684f commit 89c193fCopy full SHA for 89c193f
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