]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167)
authorDiego Russo <diego.russo@arm.com>
Fri, 5 Jan 2024 15:38:20 +0000 (15:38 +0000)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2024 15:38:20 +0000 (16:38 +0100)
commit5da53d3024b87f040d91a70d8be08d9dea4fcb38
treeb40aaffd8428a942e20c661d48339f813f28f591
parent2a4a724cdf32dabf9728ab9ea713eed46da0d3c6
[3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167)

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: I1ada30808c0d593a43eca3fa7a628c26bc276310
Lib/ctypes/test/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