]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104533: Add a dataclass-like decorator for `ctypes` structures (GH-153781)
authorPeter Bierma <zintensitydev@gmail.com>
Sat, 18 Jul 2026 08:48:16 +0000 (04:48 -0400)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 08:48:16 +0000 (04:48 -0400)
commit5b8575620cc1347acc8d3ca3f815c8e58b3559f7
tree314560616f932fae9d8403a7552355a805517031
parentcffcee4d1bc9d49b5b45e2e792dd8aea7b6c65eb
gh-104533: Add a dataclass-like decorator for `ctypes` structures (GH-153781)

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_anon.py
Lib/test/test_ctypes/test_bitfields.py
Lib/test/test_ctypes/test_structures.py
Misc/NEWS.d/next/Library/2026-07-15-15-19-08.gh-issue-104533.pQJxCk.rst [new file with mode: 0644]