]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145855: Remove the DELETE_ATTR bytecode (GH-146216)
authorAn Long <aisk@users.noreply.github.com>
Mon, 6 Jul 2026 09:41:47 +0000 (18:41 +0900)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 09:41:47 +0000 (10:41 +0100)
commit8bee2a39b81ed1f77f01e220388a21a69bd4024b
treecc788a1940fbeeb491b6303fb3f11033fac6bd74
parentdb3a4773e1e5fc1a30597d9e08bcbe41d27e5bbb
gh-145855: Remove the DELETE_ATTR bytecode (GH-146216)
19 files changed:
Doc/library/dis.rst
Doc/tools/removed-ids.txt
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test_compile.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-20-16-27-15.gh-issue-145855.3yaHO4.rst [new file with mode: 0644]
Modules/_testinternalcapi/test_cases.c.h
Modules/_testinternalcapi/test_targets.h
Programs/test_frozenmain.h
Python/bytecodes.c
Python/codegen.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_cases.c.h