]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)
authorDiego Russo <diego.russo@arm.com>
Wed, 13 Dec 2023 16:08:15 +0000 (16:08 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 16:08:15 +0000 (17:08 +0100)
commit6644ca45cde9ca1b80513a90dacccfeea2d98620
tree4029519873aff47a763094ea153a519bfeb27d59
parent79dad03747fe17634136209f1bcaf346a8c10617
gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)

Fix the same issue of PR #112604 on PPC64LE platform
Refactor tests to make easier to add more platfroms if needed.
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