Skip to content

Commit

Permalink
pythongh-105733: Fix ctypes What's New entry (python#106576)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Jul 10, 2023
1 parent ca8b55c commit 970982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Deprecated

* :mod:`ctypes`: Deprecate undocumented :func:`!ctypes.SetPointerType`
and :func:`!ctypes.ARRAY` functions.
Replace ``ctypes.SetPointerType(item_type, size)`` with ``item_type * size``.
Replace ``ctypes.ARRAY(item_type, size)`` with ``item_type * size``.
(Contributed by Victor Stinner in :gh:`105733`.)

Pending Removal in Python 3.14
Expand Down

0 comments on commit 970982e

Please sign in to comment.