]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)
authormonkeyman192 <monkey_man_192@yahoo.com.au>
Thu, 15 Feb 2024 14:40:20 +0000 (01:40 +1100)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 14:40:20 +0000 (16:40 +0200)
commit298bcdc185d1a9709271e61a4cc529d33483add4
treeac2d614bea6573f2f424ff984bba50f3f6645722
parentf42e112fd86edb5507a38a2eb850d0ebc6bc27a2
gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)
Doc/library/ctypes.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_ctypes/test_aligned_structures.py [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2024-01-28-02-46-12.gh-issue-112433.FUX-nT.rst [new file with mode: 0644]
Modules/_ctypes/stgdict.c