]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148871: Add CONSTANT_EMPTY_TUPLE to LOAD_COMMON_CONSTANT (GH-149688)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Thu, 21 May 2026 14:54:46 +0000 (16:54 +0200)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 14:54:46 +0000 (15:54 +0100)
commitf2fa291db832142484ba536e73df5ac16b1f66fa
treefc952d571e400382f038e1783fd1dd4b43d1bd75
parentc35b0f2b624ecc4d649a808acdb07a7fbcea60ac
gh-148871: Add CONSTANT_EMPTY_TUPLE to LOAD_COMMON_CONSTANT (GH-149688)
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_utils.h
Lib/dis.py
Lib/opcode.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-11-18-20-41.gh-issue-148871.AeCbq7.rst [new file with mode: 0644]
Python/flowgraph.c
Python/pylifecycle.c