]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-128682: Mark two more macros as escaping. (GH-129645)
authorMark Shannon <mark@hotpy.org>
Tue, 4 Feb 2025 14:00:51 +0000 (14:00 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2025 14:00:51 +0000 (14:00 +0000)
commit96ff4c2486e0c3efb62ce3e712c9bd919dbb6b20
tree68a383858f6ba576f76cff2167e0fbadf531dc46
parent2effea4dab05160abc05f1a548d519a5f6d684bc
GH-128682: Mark two more macros as escaping. (GH-129645)

Expand out SETLOCAL so that code generator can see the decref. Mark Py_CLEAR as escaping
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Tools/cases_generator/analyzer.py