]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135896)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Jun 2025 16:58:57 +0000 (18:58 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 16:58:57 +0000 (16:58 +0000)
commit88c55528f5a694e8340f2541de7a11265589fbed
treedd6eaa20cd599e3d93d23a76fdb2e3763f2905fa
parent3cdb659a0cbf2c67100b172e7ece6b906ea45718
[3.14] gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (GH-135889) (#135896)

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