]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with PyStackR...
authorKen Jin <kenjin@python.org>
Mon, 14 Oct 2024 08:17:51 +0000 (16:17 +0800)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 08:17:51 +0000 (09:17 +0100)
commit4b358ee647809019813f106eb901f466a3846d98
tree0beb9ba8e72c41e4f040bd4baccd27cd45a2d735
parentb52c7306ea4470f9d7548655c2a1b89a07ff5504
gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with PyStackRef_CLOSEs (GH-125324)
Include/internal/pycore_stackref.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Tools/cases_generator/analyzer.py
Tools/cases_generator/generators_common.py