]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-146056: Fix repr() for lists containing NULLs (GH-146129) (GH-146155) ...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Mar 2026 08:06:17 +0000 (10:06 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Mar 2026 08:06:17 +0000 (08:06 +0000)
commitfab82679d3e129b804e496ebf1e5ad24948c5f50
tree1250a7e2b4da7ddac1f940e00c19d90d36799686
parent5d71935bb344d63ca3233edcee9c9337bc4436d8
[3.13] gh-146056: Fix repr() for lists containing NULLs (GH-146129) (GH-146155) (GH-146271)

(cherry picked from commit 0f2246b1553f401da5ade47e0fd1c80ad7a8dfa5)
(cherry picked from commit 796513306fdc1184452ea644b485f83511f39528)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/c-api/file.rst
Doc/c-api/object.rst
Lib/test/test_capi/test_list.py
Lib/test/test_capi/test_tuple.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-18-18-52-00.gh-issue-146056.r1tVSo.rst [new file with mode: 0644]
Objects/listobject.c