-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-135608: Add a null check for attribute promotion to fix a JIT crash #135613
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
… into sym_new_const_bug
Co-Authored-By: devdanzin <74280297+devdanzin@users.noreply.github.com>
I'll take a look today or tomorrow :) |
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.
Two nits/questions, otherwise LGTM! :)
Thank you for the review. I have addressed the comments. |
Thanks @Fidget-Spinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, @Fidget-Spinner, I could not cleanly backport this to
|
…T crash (pythonGH-135613) Co-authored-by: devdanzin <74280297+devdanzin@users.noreply.github.com>
GH-135739 is a backport of this pull request to the 3.14 branch. |
_Py_uop_sym_new_const
on a JIT build #135608