]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
authorBrandt Bucher <brandt@python.org>
Wed, 26 Jan 2022 20:47:45 +0000 (12:47 -0800)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 20:47:45 +0000 (12:47 -0800)
commit85483668647e7840c7b9a1877caaf2ef14a4443f
tree48c1ba3dc17fb6c39d100e114178e1cc9ca19e88
parentd4a85f104bf9d2e368f25c9a567eaaa2cc39a96a
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
12 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.11.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test__opcode.py
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2022-01-25-17-40-07.bpo-46528.2Qmni9.rst [new file with mode: 0644]
Python/ceval.c
Python/compile.c
Python/opcode_targets.h