]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 4 Jan 2022 10:37:12 +0000 (10:37 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 10:37:12 +0000 (10:37 +0000)
commita94461d7189d7f1147ab304a332c8684263dc17e
treebda2df4f74cc58205d548dce76337260984962fd
parenta09062c267a94200ad299f779429fea1b571ee35
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)

* bpo-46202: remove opcode POP_EXCEPT_AND_RERAISE

* do not assume that an exception group is truthy
Doc/library/dis.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_code.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2021-12-30-11-06-27.bpo-46202.IKx4v6.rst [new file with mode: 0644]
Objects/frameobject.c
Python/ceval.c
Python/compile.c
Python/opcode_targets.h