]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-129715: Remove _DYNAMIC_EXIT (GH-129716)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 7 Feb 2025 19:41:17 +0000 (11:41 -0800)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2025 19:41:17 +0000 (11:41 -0800)
commit5fa7e1b7fd57e8c6297e9eb79d79cede42e5ce0f
treee4e8acf32a770aefec4fd565ec6023cac94dc4ff
parente4a00f70b176c3182aad3904f94c69a7fb733cd9
GH-129715: Remove _DYNAMIC_EXIT (GH-129716)
13 files changed:
Include/cpython/pystats.h
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-05-22-58-18.gh-issue-129715.mLlpIO.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer.c
Python/optimizer_analysis.c
Python/optimizer_cases.c.h
Python/specialize.c
Tools/scripts/summarize_stats.py