]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 5 Apr 2022 11:06:22 +0000 (12:06 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 11:06:22 +0000 (12:06 +0100)
commit32091df41ce6e3a71df2cf37dc74b728c0d885f2
tree0504c15f15a9ba83d08e480cc33a801cc648681d
parent6c6e0408a663c1f53dad403f54a18d444da39cb7
bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)
Doc/library/dis.rst
Doc/whatsnew/3.11.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-04-04-17-41-10.bpo-47186.aQWoSh.rst [new file with mode: 0644]
Objects/frameobject.c
Python/ceval.c
Python/compile.c
Python/opcode_targets.h