Closed
Description
https://docs.python.org/3/library/ctypes.html#pointers explicitly says:
Calling the pointer type without an argument creates a NULL pointer.
and even has a code example for this:
null_ptr = POINTER(c_int)()
But the pointer
constructor
typeshed/stdlib/ctypes/__init__.pyi
Line 167 in 10bc4b0
Metadata
Metadata
Assignees
Labels
No labels