]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)
authorVictor Stinner <vstinner@python.org>
Tue, 13 Jun 2023 18:16:26 +0000 (20:16 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 18:16:26 +0000 (18:16 +0000)
commit2211454fe210637ed7fabda12690dac6cc9a8149
tree68a35436cc4eb218ec679c03782874960cbbf99c
parentb97e14a806477af4225777d215ac38c0d9b845f0
gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)
Doc/whatsnew/3.13.rst
Lib/ctypes/__init__.py
Lib/test/test_ctypes/test_arrays.py
Lib/test/test_ctypes/test_incomplete.py
Misc/NEWS.d/next/Library/2023-06-13-19-38-12.gh-issue-105733.WOp0mG.rst [new file with mode: 0644]