]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101632: Add the new RETURN_CONST opcode (#101633)
authorpenguin_wwy <940375606@qq.com>
Tue, 7 Feb 2023 22:32:21 +0000 (06:32 +0800)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 22:32:21 +0000 (22:32 +0000)
commit753fc8a5d64369cd228c3e43fef1811ac3cfde83
treea71d295db633dbe497aa5461d0a410e2792c0e22
parent0d3d5007b136ff1bc0faa960d6526e047dd92396
gh-101632: Add the new RETURN_CONST opcode (#101633)
19 files changed:
Doc/library/dis.rst
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_ast.py
Lib/test/test_code.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2023-02-07-14-56-43.gh-issue-101632.Fd1yxk.rst [new file with mode: 0644]
Objects/frameobject.c
Programs/test_frozenmain.h
Python/bytecodes.c
Python/compile.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h