]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE (GH...
authorMark Shannon <mark@hotpy.org>
Tue, 13 Jun 2023 08:51:05 +0000 (09:51 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 08:51:05 +0000 (09:51 +0100)
commit09ffa69e2e84950751739ab500f820725e00a3dd
treeaec7308298f61cd813a9baa1d81e2c1348160e64
parent217589d4f3246d67c6ef0eb0be2b1c33987cf260
GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE (GH-105680)
12 files changed:
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-06-07-21-27-55.gh-issue-105678.wKOr7F.rst [new file with mode: 0644]
Python/bytecodes.c
Python/compile.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h