]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153903: Add a `ctypes` decorator for generating function pointers using annotation...
authorPeter Bierma <zintensitydev@gmail.com>
Sat, 18 Jul 2026 12:30:50 +0000 (08:30 -0400)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 12:30:50 +0000 (08:30 -0400)
commit0e81ef93ebd87607c8d946e7dfb6940c5fe9f083
tree44b1d3ff04a53e55add1b8df979d8d99ab73e2c7
parentd12434b4661c6be7430002e66a54d920f7d4ca7f
gh-153903: Add a `ctypes` decorator for generating function pointers using annotations (GH-153904)

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Doc/library/ctypes.rst
Doc/whatsnew/3.16.rst
Lib/ctypes/util.py
Lib/test/test_ctypes/test_funcptr.py
Misc/NEWS.d/next/Library/2026-07-18-06-16-55.gh-issue-153903.mJFrs8.rst [new file with mode: 0644]