]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 2 Nov 2023 10:18:43 +0000 (10:18 +0000)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 10:18:43 +0000 (10:18 +0000)
commit52cc4af6ae9002f11605f91b672746c127494efd
tree1bb4c679b3e179fdb9ccbacff4316c98fd594e79
parent970e719a7a829bddc647bbaa668dd8603abdddef
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1  (#111459)
18 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.13.rst
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_opcode_utils.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-10-26-18-45-20.gh-issue-111354.GrT-Wf.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/genobject.c
Programs/test_frozenmain.h
Python/bytecodes.c
Python/ceval.c
Python/compile.c
Python/flowgraph.c
Python/generated_cases.c.h
Python/opcode_targets.h