gh-117139: Fix an incorrect borrow in bytecodes.c by colesbury · Pull Request #122318 · python/cpython
Conversation
Contributor
_PyDict_SetItem_Take2 steals both the key (i.e., sub) and the value.
`_PyDict_SetItem_Take2` steals both the key (i.e., `sub`) and the value.
colesbury
added
the
skip news
label
colesbury
requested a review
from Fidget-Spinner
colesbury
requested a review
from markshannon
as a code owner
bedevere-app
Bot
mentioned this pull request
bedevere-app
Bot
added
the
awaiting core review
label
kumaraditya303
approved these changes
kumaraditya303
left a comment
kumaraditya303
left a comment
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bedevere-app
Bot
added
awaiting merge
and removed
awaiting core review
labels
markshannon
approved these changes
kumaraditya303
merged commit
674a50e
into
python:main
bedevere-app
Bot
removed
the
awaiting merge
label
colesbury
deleted the
gh-117139-fix-steal
branch
blhsing pushed a commit to blhsing/cpython that referenced this pull request
`_PyDict_SetItem_Take2` steals both the key (i.e., `sub`) and the value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment