]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117139: Fix a few `_PyStackRef` related bugs (#122831)
authorSam Gross <colesbury@gmail.com>
Mon, 12 Aug 2024 18:49:33 +0000 (14:49 -0400)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 18:49:33 +0000 (14:49 -0400)
commit736fe4d23e267a70d3b769046f03c1f3bdc0f430
tree3f6973549382b5dce397458d583157ba611b390e
parentbe90648fb2de58b148dcc7553a08ca646911baf2
gh-117139: Fix a few `_PyStackRef` related bugs (#122831)

`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>
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h