-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary #142593
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-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary #142593
Conversation
PyUnstable_Object_IsUniqueReferencedTemporary wasn't handling tagged ints on the evaluation stack properly.
mpage
left a comment
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
|
Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Sorry, @colesbury, I could not cleanly backport this to |
…rary (pythongh-142593) PyUnstable_Object_IsUniqueReferencedTemporary wasn't handling tagged ints on the evaluation stack properly. (cherry picked from commit a26c831) Co-authored-by: Sam Gross <colesbury@gmail.com>
|
GH-142597 is a backport of this pull request to the 3.14 branch. |
…ythongh-142593) PyUnstable_Object_IsUniqueReferencedTemporary wasn't handling tagged ints on the evaluation stack properly.
PyUnstable_Object_IsUniqueReferencedTemporary wasn't handling tagged ints on the evaluation stack properly.
PyUnstable_Object_IsUniqueReferencedTemporarydoesn't handle tagged ints properly #142589