summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.13.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index e6504b0..97bc158 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -140,6 +140,12 @@ Deprecated
Use the ``'w'`` format code instead.
(contributed by Hugo van Kemenade in :gh:`80480`)
+* :mod:`ctypes`: Deprecate undocumented :func:`!ctypes.SetPointerType`
+ and :func:`!ctypes.ARRAY` functions.
+ Replace ``ctypes.SetPointerType(item_type, size)`` with ``item_type * size``.
+ (Contributed by Victor Stinner in :gh:`105733`.)
+
+
Removed
=======