]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113170)
authorDiego Russo <diego.russo@arm.com>
Fri, 5 Jan 2024 15:45:26 +0000 (15:45 +0000)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2024 15:45:26 +0000 (16:45 +0100)
commitb95cebf2b68792afd75da6da16a38a7765045a30
tree45733d0d894b2b5fcf7e294e71a9e8371743f5da
parent1dc25ae0da182bb6070dae66ee7e7cbb1b285ed4
[3.12] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113170)

Fix the same issue of PR #112604 on PPC64LE platform
Refactor tests to make easier to add more platfroms if needed.

(cherry picked from commit 6644ca45cde9ca1b80513a90dacccfeea2d98620)
Change-Id: I31730a3ebe558570ce1d7a3b26db8392f18d1770
Lib/test/test_ctypes/test_structures.py
Misc/NEWS.d/next/Library/2023-12-11-14-12-46.gh-issue-110190.e0iEUa.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/stgdict.c