]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132673: Fix `ctypes.Structure` with `_align_=0` (#132676)
authorsobolevn <mail@sobolevn.me>
Fri, 18 Apr 2025 14:32:28 +0000 (17:32 +0300)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 14:32:28 +0000 (17:32 +0300)
commit678b8e165646e72a2f39f017ad237210d3d481ef
tree8a648290463b8e3ac4686f03c57cd712db5f6b5c
parent40ae88988c61638ee8625e5c0ee73606ede307bb
gh-132673: Fix `ctypes.Structure` with `_align_=0` (#132676)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/ctypes/_layout.py
Lib/test/test_ctypes/test_aligned_structures.py
Misc/NEWS.d/next/Library/2025-04-18-14-34-43.gh-issue-132673.0sliCv.rst [new file with mode: 0644]