-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gh-140513: Fail to compile if _Py_TAIL_CALL_INTERP is set but preserve_none and musttail do not exist.
#140548
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
Conversation
|
Can you add a news entry please? |
Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com>
Misc/NEWS.d/next/Build/2025-10-25-08-07-06.gh-issue-140513.6OhLTs.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
_Py_TAIL_CALL_INTERP is set but preserve_none and musttail do not exist._Py_TAIL_CALL_INTERP is set but preserve_none and musttail do not exist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not backport this to 3.14, as it would break existing builds that have GCC 15 which has musttail but no preserve_none
|
Thanks @XChaitanyaX for the PR, and @Fidget-Spinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Sorry, @XChaitanyaX and @Fidget-Spinner, I could not cleanly backport this to |
|
… `preserve_none` and `musttail` do not exist. (pythonGH-140548) Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> (cherry picked from commit 2f60b8f)
|
GH-140923 is a backport of this pull request to the 3.14 branch. |
preserve_noneandmusttaildo not exist. #140513