Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8b55c commit 970982eCopy full SHA for 970982e
1 file changed
Doc/whatsnew/3.13.rst
@@ -169,7 +169,7 @@ Deprecated
169
170
* :mod:`ctypes`: Deprecate undocumented :func:`!ctypes.SetPointerType`
171
and :func:`!ctypes.ARRAY` functions.
172
- Replace ``ctypes.SetPointerType(item_type, size)`` with ``item_type * size``.
+ Replace ``ctypes.ARRAY(item_type, size)`` with ``item_type * size``.
173
(Contributed by Victor Stinner in :gh:`105733`.)
174
175
Pending Removal in Python 3.14
0 commit comments