]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 11 Apr 2022 09:40:24 +0000 (10:40 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Apr 2022 09:40:24 +0000 (10:40 +0100)
commitdd207a6ac52d4bd9a71cf178fc1d5c17a6f07aff
treec196769c21e856595b8c90adc5205b2372234f02
parent98ff4a68773c49619d486c7e758ebbe1662f8387
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
14 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.11.rst
Include/opcode.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2022-04-06-22-50-31.bpo-47120.mbfHs5.rst [new file with mode: 0644]
Objects/frameobject.c
Python/ceval.c
Python/compile.c
Python/opcode_targets.h
Python/specialize.c