Skip to content

Commit e4d32e0

Browse files
authored
[cffi] Fix FFI.NULL to be CData (#15680)
1 parent c24684f commit e4d32e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/cffi/cffi/api.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class FFI:
1919

2020
BVoidP: CType
2121
BCharA: CType
22-
NULL: CType
22+
NULL: CData
2323
errno: int
2424

2525
def __init__(self, backend: types.ModuleType | None = None) -> None: ...

0 commit comments

Comments
 (0)