]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-137276: Don't mark uop as escaping if the escaping call is on an exit branch ...
authorMark Shannon <mark@hotpy.org>
Sat, 2 Aug 2025 15:49:34 +0000 (16:49 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Aug 2025 15:49:34 +0000 (16:49 +0100)
commit801cf3fcdd27d8b6dd0fdd3c39e6c996e2b2f7fa
treee2119ed4f48f9eb51f8a323b58fc034f227e3245
parent7475887e1e5d7abc0e48c8ea50e4fe123582cdbd
GH-137276: Don't mark uop as escaping if the escaping call is on an exit branch (GH-137277)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_metadata.h
Tools/cases_generator/analyzer.py