]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
authorMark Shannon <mark@hotpy.org>
Thu, 7 Sep 2023 13:39:03 +0000 (14:39 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2023 13:39:03 +0000 (14:39 +0100)
commit0858328ca2457ae95715eb93e347d5c0547bec6f
tree35c18050d74c747699f30e9862fd4a63fb14eaa7
parentd485551c9d1792ff3539eef1d6374bd4c01dcd5d
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
16 files changed:
Include/internal/pycore_opcode_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-08-26-10-36-45.gh-issue-108614.wl5l-W.rst [new file with mode: 0644]
Objects/genobject.c
Programs/test_frozenmain.h
Python/abstract_interp_cases.c.h
Python/bytecodes.c
Python/ceval_macros.h
Python/emscripten_signal.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Tools/cases_generator/instructions.py
Tools/cases_generator/parsing.py