]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100239: expose `sq_repeat` helpers for `BINARY_OP_EXTEND` (#148791)
authorNeko Asakura <neko.asakura@outlook.com>
Fri, 8 May 2026 11:12:20 +0000 (19:12 +0800)
committerGitHub <noreply@github.com>
Fri, 8 May 2026 11:12:20 +0000 (11:12 +0000)
commitd2d24e46d31821fb2f0f4368fa27057e9859a918
tree2904cf105cdfb84586b242e502eaa925ca7e559c
parent52a05e8da71abcc83df54e465d0a4df50785e910
gh-100239: expose `sq_repeat` helpers for `BINARY_OP_EXTEND` (#148791)
Include/internal/pycore_bytesobject.h
Include/internal/pycore_tuple.h
Include/internal/pycore_unicodeobject.h
Modules/arraymodule.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/tupleobject.c
Objects/unicodeobject.c
Python/specialize.c