ctypes: pointer is a function, not a class (#8446)

This commit is contained in:
Alex Waygood
2022-07-31 14:29:13 +01:00
committed by GitHub
parent ea7bbbdad7
commit 87fc724cef
3 changed files with 59 additions and 59 deletions

View File

@@ -84,7 +84,6 @@ ctypes.Array._length_
ctypes.CDLL._FuncPtr # None at class level but initialized in __init__ to this value
ctypes.memmove # CFunctionType
ctypes.memset # CFunctionType
ctypes.pointer # imported C function
ctypes.string_at # docstring argument name is wrong
ctypes.wstring_at # docstring argument name is wrong
distutils.command.bdist_packager # It exists in docs as package name but not in code except as a mention in a comment.