You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ctypes.pointer and ctypes.POINTER from the ctypes module are currently lacking docstrings. I suggest we add those.
Luckily, these functions are already documented in the docs so it should just be a matter of reusing the description from the docs.
It has also been recommended that we convert both functions to Argument Clinic when adding the docstrings.
ctypes.pointerandctypes.POINTERfrom thectypesmodule are currently lacking docstrings. I suggest we add those.Luckily, these functions are already documented in the docs so it should just be a matter of reusing the description from the docs.
It has also been recommended that we convert both functions to Argument Clinic when adding the docstrings.
Linked PRs
ctypes.pointerandctypes.POINTER#107660ctypes.pointerandctypes.POINTER#107769ctypes.pointerandctypes.POINTER(GH-107769) #108163ctypes.pointerandctypes.POINTER(GH-107769) #108164