-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-118943: Remove 'regen-jit' from the 'regen-all' make target #122602
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
Workflow nit: instead of opening a PR against a closed issue, please either re-open the existing issue, or create a new one. |
For the record, see #120690 (review) for why this PR was made. |
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Éric <[email protected]>
I have made the requested changes; please review again |
Thanks for making the requested changes! @erlend-aasland: please review the changes made to this pull request. |
The aarch64 CI failures seem unrelated to this PR. |
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.
I think we literally just need to remove regen-jit
from regen-all
, nothing more. :)
Misc/NEWS.d/next/Build/2024-08-02-12-59-15.gh-issue-118943.vZQtET.rst
Outdated
Show resolved
Hide resolved
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
…tET.rst Co-authored-by: Brandt Bucher <[email protected]>
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.
Thanks!
I misunderstood the problem at first. I assumed calling However, I now see that the |
Thanks @hroncok for the PR, and @brandtbucher for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…honGH-122602) (cherry picked from commit 8c9d174) Co-authored-by: Miro Hrončok <[email protected]> Co-authored-by: Éric <[email protected]>
GH-122840 is a backport of this pull request to the 3.13 branch. |
…honGH-122602) Co-authored-by: Éric <[email protected]>
jit.c
may be built with an incompletejit_stencils.h
#118943