]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 1 Apr 2022 12:59:38 +0000 (13:59 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Apr 2022 12:59:38 +0000 (13:59 +0100)
commit04e07c258f4f2ac85e25355242a113f98a706f04
tree166df77e0d1e0bbaf6c4fcd8b1f3584010cf6c26
parentae9de82e321581e1906c6ef2a7ad83ab30ae3325
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
Doc/library/dis.rst
Doc/whatsnew/3.11.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-04-01-11-53-59.bpo-47186.RBCPk8.rst [new file with mode: 0644]
Objects/frameobject.c
Python/ceval.c
Python/compile.c
Python/opcode_targets.h