]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135895)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Jun 2025 16:59:29 +0000 (18:59 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 16:59:29 +0000 (16:59 +0000)
commit469f69d4e2cef433644564a7cf6b1eaf883feb32
treee50364b17fcb6abac5f1ad2e1b8d025bcf8d0c8e
parent86d1821ef17bd073fe3401739cc8ce9a5e81e795
[3.13] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135895)

gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889)
(cherry picked from commit b3ab94acd308591bbdf264f1722fedc7ee25d6fa)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Misc/NEWS.d/next/Library/2025-06-24-14-43-24.gh-issue-135878.Db4roX.rst [new file with mode: 0644]
Objects/namespaceobject.c