]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH...
authorMark Shannon <mark@hotpy.org>
Wed, 4 Oct 2023 15:09:48 +0000 (16:09 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 15:09:48 +0000 (16:09 +0100)
commitbf4bc36069ef1ed4be4be2ae70404f78bff056d9
tree1921d692061fdc40d967f1f7b6defa6bb7a01bc4
parent7c149a76b2bf4c66bb7c8650ffb71acce12f5ea2
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
13 files changed:
Include/cpython/code.h
Include/internal/pycore_ceval.h
Include/internal/pycore_ceval_state.h
Include/internal/pycore_interp.h
Misc/NEWS.d/next/Core and Builtins/2023-09-26-03-46-55.gh-issue-109369.OJbxbF.rst [new file with mode: 0644]
Modules/gcmodule.c
Modules/signalmodule.c
Python/bytecodes.c
Python/ceval_gil.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/instrumentation.c