Skip to content
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-117139: Fix a few _PyStackRef related bugs #122831

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

colesbury
Copy link
Contributor

@colesbury colesbury 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 <[email protected]>
@colesbury
Copy link
Contributor Author

@colesbury colesbury marked this pull request as ready for review August 8, 2024 17:48
@colesbury colesbury requested a review from markshannon as a code owner August 8, 2024 17:48
Copy link
Contributor

@DinoV DinoV left a comment

Choose a reason for hiding this comment

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

LGTM!

@colesbury colesbury merged commit 736fe4d into python:main Aug 12, 2024
58 of 60 checks passed
@colesbury colesbury 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 <[email protected]>
Sign up for free to 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