]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)
authorRian Hunter <rianhunter@users.noreply.github.com>
Fri, 3 Jan 2025 13:07:07 +0000 (05:07 -0800)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 13:07:07 +0000 (14:07 +0100)
commitb4f799b1e78ede17b41de9a2bc51b437a7e6dd74
tree6b9c169612eefd8ee78b113bb39f2cb9c3aa24b0
parentf21af186bf21c1c554209ac67d78d3cf99f7d7c0
gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/ctypes.rst
Doc/whatsnew/3.14.rst
Lib/ctypes/__init__.py
Lib/test/test_ctypes/test_memfunctions.py
Misc/NEWS.d/next/Library/2023-11-12-21-53-40.gh-issue-112015.2WPRxE.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c