]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-122281)
authorPetr Viktorin <encukou@gmail.com>
Tue, 30 Jul 2024 07:37:58 +0000 (09:37 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2024 07:37:58 +0000 (09:37 +0200)
commit3833d27f985a62c4709dcd9dc73724fc19d46ebf
treec999008e173b0dbdc665e0a8be36f9763977fcc2
parent11ad731f4fa096c8b5d71731f1182d893a88c9b4
gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-122281)

Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it.

Partially reverts 2211454fe210637ed7fabda12690dac6cc9a8149
Doc/library/ctypes.rst
Doc/whatsnew/3.13.rst
Lib/ctypes/__init__.py
Lib/test/test_ctypes/test_arrays.py
Misc/NEWS.d/next/Library/2024-07-25-15-41-14.gh-issue-105733.o3koJA.rst [new file with mode: 0644]