]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-109369: Add machinery for deoptimizing tier2 executors, both individually and...
authorMark Shannon <mark@hotpy.org>
Mon, 23 Oct 2023 13:49:09 +0000 (14:49 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 13:49:09 +0000 (14:49 +0100)
commit52e902ccf0178d7a3f26de4bba7922b01c0d4d3c
tree1f5924ef032ba13f1115c4c88541d293f6331875
parent32c37fe1ba708b8290cfa971e130bcfc29f1ead3
GH-109369: Add machinery for deoptimizing tier2 executors, both individually and globally. (GH-110384)
Include/cpython/optimizer.h
Include/internal/pycore_interp.h
Lib/test/test_capi/test_misc.py
Modules/_testinternalcapi.c
Python/instrumentation.c
Python/optimizer.c
Python/pystate.c