Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary#142593
Uh oh!
There was an error while loading.Please reload this page.
Conversation
PyUnstable_Object_IsUniqueReferencedTemporary wasn't handling taggedints 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
a26c831 intopython:mainUh oh!
There was an error while loading.Please reload this page.
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 taggedints on the evaluation stack properly.(cherry picked from commita26c831)Co-authored-by: Sam Gross <colesbury@gmail.com>
GH-142597 is a backport of this pull request to the3.14 branch. |
…ythongh-142593)PyUnstable_Object_IsUniqueReferencedTemporary wasn't handling taggedints on the evaluation stack properly.
Uh oh!
There was an error while loading.Please reload this page.
PyUnstable_Object_IsUniqueReferencedTemporary wasn't handling tagged ints on the evaluation stack properly.
PyUnstable_Object_IsUniqueReferencedTemporarydoesn't handle tagged ints properly #142589