]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136193: Improve `TypeError` msg when comparing two `SimpleNamespace`s (#136195)
authorsobolevn <mail@sobolevn.me>
Wed, 2 Jul 2025 11:32:41 +0000 (14:32 +0300)
committerGitHub <noreply@github.com>
Wed, 2 Jul 2025 11:32:41 +0000 (14:32 +0300)
commitab7196a2f535f181abd50ccbf1b3b224bbd5eee0
treea8a022698bb4f7c55c4ee2a1d939b7ffde12fc0e
parent51ab66b3d519d3802430b3a31a135d2670e37408
gh-136193: Improve `TypeError` msg when comparing two `SimpleNamespace`s (#136195)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_types.py
Misc/NEWS.d/next/Library/2025-07-02-10-48-21.gh-issue-136193.xfvras.rst [new file with mode: 0644]
Objects/namespaceobject.c