]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146056: Fix repr() for lists and tuples containing NULLs (GH-146129) (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Mar 2026 07:25:02 +0000 (09:25 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Mar 2026 07:25:02 +0000 (09:25 +0200)
commit796513306fdc1184452ea644b485f83511f39528
tree506831178f47a36c969f6cd5a9f6270655d79cb8
parentd65e8d909408c0907bb0f35bcb178cb8c14edd32
[3.14] gh-146056: Fix repr() for lists and tuples containing NULLs (GH-146129) (GH-146155)

(cherry picked from commit 0f2246b1553f401da5ade47e0fd1c80ad7a8dfa5)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/c-api/file.rst
Doc/c-api/object.rst
Doc/c-api/unicode.rst
Lib/test/test_capi/test_list.py
Lib/test/test_capi/test_tuple.py
Lib/test/test_capi/test_unicode.py
Misc/NEWS.d/next/C_API/2026-03-18-20-18-59.gh-issue-146056.nnZIgp.rst [new file with mode: 0644]
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
Objects/unicodeobject.c