]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace`...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 14 Mar 2026 09:58:15 +0000 (10:58 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Mar 2026 09:58:15 +0000 (09:58 +0000)
commit97968564b61965f2a65a9be8af731cee6913eb7a
tree01ac03a1cfca49fe90f5634d473b10d75e5c66c1
parent51e8acf8de1aa1f1751dd5bb84d44b8d42143b9c
gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace` instances (#143655)
Lib/test/test_types.py
Misc/NEWS.d/next/Core_and_Builtins/2026-01-10-12-59-58.gh-issue-143636.dzr26e.rst [new file with mode: 0644]
Objects/namespaceobject.c