]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (#135889)
authorsobolevn <mail@sobolevn.me>
Tue, 24 Jun 2025 16:33:25 +0000 (19:33 +0300)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 16:33:25 +0000 (19:33 +0300)
commitb3ab94acd308591bbdf264f1722fedc7ee25d6fa
tree800a1c0d27d685d399fba0ff390e6ef34e90a34d
parente5f03b94b6d4decbf433d385f692c1b8d9b7e88d
gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (#135889)

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