Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
The ctypes module has two undocumented functions: SetPointerType() and ARRAY(). These functions are marked asXXX Deprecated
, but only in comments.
I propose to deprecatectypes.SetPointerType()
andctypes.ARRAY()
by emitting a DeprecationWarning warning.
These functions are not documented and not used in Python, but there are tested.