]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 14 Feb 2023 11:54:13 +0000 (11:54 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2023 11:54:13 +0000 (11:54 +0000)
commit81e3aa835c32363f4547b6566edf1125386f1f6d
tree4a20320722549dca1c5d581772aa2a6152d8ca5b
parent3690688149dca11589af59b7704541336613199a
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
13 files changed:
Doc/library/dis.rst
Include/internal/pycore_intrinsics.h
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2023-02-13-18-21-14.gh-issue-101799.wpHbCn.rst [new file with mode: 0644]
Python/bytecodes.c
Python/compile.c
Python/generated_cases.c.h
Python/intrinsics.c
Python/opcode_metadata.h
Python/opcode_targets.h