-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-110190: Fix ctypes structs with array on PPCLE64 #112959
Conversation
Fix the same issue of PR python#112604 on PPC64LE platform Refactor tests to make easier to add more platfroms if needed.
!buildbot PPC64LE CentOS9 PR |
You don't have write permissions to trigger a build |
!buildbot PPC64LE CentOS9 PR |
Thanks @diegorusso for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @diegorusso and @ambv, I could not cleanly backport this to
|
Sorry, @diegorusso and @ambv, I could not cleanly backport this to
|
I'm doing the back ports to 3.11 and 3.12 |
…honGH-112959) Fix the same issue of PR python#112604 on PPC64LE platform Refactor tests to make easier to add more platfroms if needed. (cherry picked from commit 6644ca4) Change-Id: I1ada30808c0d593a43eca3fa7a628c26bc276310
GH-113167 is a backport of this pull request to the 3.11 branch. |
…honGH-112959) Fix the same issue of PR python#112604 on PPC64LE platform Refactor tests to make easier to add more platfroms if needed. (cherry picked from commit 6644ca4) Change-Id: I31730a3ebe558570ce1d7a3b26db8392f18d1770
GH-113170 is a backport of this pull request to the 3.12 branch. |
Fix the same issue of PR python#112959 on Windows ARM64 platform when using MSVC compiler. MSVC predifined platform preprocessor macro is _M_ARM64.
Fix the same issue of PR python#112959 on Windows ARM64 platform when using MSVC compiler. MSVC predefined platform preprocessor macro is _M_ARM64.
…12959) Fix the same issue of PR python#112604 on PPC64LE platform Refactor tests to make easier to add more platfroms if needed.
…12959) Fix the same issue of PR python#112604 on PPC64LE platform Refactor tests to make easier to add more platfroms if needed.
…honGH-112959) (python#113167) Fix the same issue of PR python#112604 on PPC64LE platform Refactor tests to make easier to add more platfroms if needed. (cherry picked from commit 6644ca4) Change-Id: I1ada30808c0d593a43eca3fa7a628c26bc276310 Signed-off-by: Michał Górny <mgorny@gentoo.org>
…honGH-112959) (python#113167) Fix the same issue of PR python#112604 on PPC64LE platform Refactor tests to make easier to add more platfroms if needed. (cherry picked from commit 6644ca4) Change-Id: I1ada30808c0d593a43eca3fa7a628c26bc276310 Signed-off-by: Michał Górny <mgorny@gentoo.org>
…honGH-112959) (python#113167) Fix the same issue of PR python#112604 on PPC64LE platform Refactor tests to make easier to add more platfroms if needed. (cherry picked from commit 6644ca4) Change-Id: I1ada30808c0d593a43eca3fa7a628c26bc276310 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Fix the same issue of PR #112604 on PPC64LE platform
Refactor tests to make easier to add more platfroms if needed.