mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
gh-105733: Fix ctypes What's New entry (#106576)
This commit is contained in:
parent
ca8b55c7f5
commit
970982e03d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue