gh-145010: Fix Python.h compilation with -masm=intel#145011
gh-145010: Fix Python.h compilation with -masm=intel#145011Yhg1s merged 1 commit intopython:mainfrom
Conversation
|
🤖 New build scheduled with the buildbot fleet by @colesbury for commit b7d7b91 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F145011%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
vstinner
left a comment
There was a problem hiding this comment.
LGTM.
I confirm that ./python -m test test_cppext -m test_build_intel_asm -v -u all test fails without the fix, and pass with the fix, on a Free-Threaded build. I tested on Fedora 43 x86-64 with GCC 15.2.1. I also tested with clang++ 21.1.8.
|
I think it's probably worth backporting this to 3.14 |
|
Thanks @colesbury for the PR, and @Yhg1s for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
GH-145776 is a backport of this pull request to the 3.14 branch. |
Python.his incompatible with-masm=intel#145010