Skip to content

Conversation

@colesbury
Copy link
Contributor

@colesburycolesbury commented Aug 8, 2024

BUILD_SET should use a borrow instead of a steal. The cleanup in _DO_CALL's CONVERSION_FAILED was incorrect.

BUILD_SET should use a borrow instead of a steal. The cleanup in _DO_CALL CONVERSION_FAILED was incorrect. Co-authored-by: Ken Jin <kenjin@python.org>
@colesbury
Copy link
ContributorAuthor

@colesburycolesbury marked this pull request as ready for review August 8, 2024 17:48
Copy link
Contributor

@DinoVDinoV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@colesburycolesbury merged commit 736fe4d into python:mainAug 12, 2024
@colesburycolesbury deleted the gh-117139-fixes branch August 12, 2024 18:49
blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
`BUILD_SET` should use a borrow instead of a steal. The cleanup in `_DO_CALL` `CONVERSION_FAILED` was incorrect. Co-authored-by: Ken Jin <kenjin@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@colesbury@DinoV