-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
| def __init__(self, arg: _CT) -> None: ... |
TimotheusBachinger and trivialfis
Metadata
Metadata
Assignees
Labels
No labels