]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 15 Apr 2022 19:19:24 +0000 (20:19 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Apr 2022 19:19:24 +0000 (20:19 +0100)
commitea2ae026078b328ddeab060940568a4d3bf1b417
treefba97e66d949767124286ee10bfd64fc56e60a99
parent5d421d7342fc0d278c129c05bea7028430e94a4e
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
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-03-31-14-33-48.bpo-47120.6S_uoU.rst [new file with mode: 0644]
Python/ceval.c
Python/compile.c