]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145857: Replace `DELETE_GLOBAL` with `PUSH_NULL; STORE_GLOBAL` (GH-146314)
authorBrij Kapadia <97006829+brijkapadia@users.noreply.github.com>
Tue, 30 Jun 2026 18:04:56 +0000 (14:04 -0400)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 18:04:56 +0000 (19:04 +0100)
commita3dc7849a3a171f9615f233fce5300f983db6908
tree0212510698939082e2b8c806faf1360413b7cc62
parentc393ab61d9d999a24735e883ef58c72132c857f6
gh-145857: Replace `DELETE_GLOBAL` with `PUSH_NULL; STORE_GLOBAL` (GH-146314)
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_compiler_codegen.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-23-00-45-44.gh-issue-145857.dB66WV.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