]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132825: Enhance unhashable error messages for dict and set (#132828)
authorVictor Stinner <vstinner@python.org>
Wed, 23 Apr 2025 15:10:09 +0000 (17:10 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Apr 2025 15:10:09 +0000 (17:10 +0200)
commit426449d9834855fcf8c150889157af8c39526b81
treee2212cb37cfcdd604a791637ed78f329adb6d562
parentb2e666f30aa66b3f5e7ccbcf4e5f21e2d89e39a8
gh-132825: Enhance unhashable error messages for dict and set (#132828)
Lib/test/test_capi/test_abstract.py
Lib/test/test_dict.py
Lib/test/test_import/__init__.py
Lib/test/test_set.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-23-11-34-39.gh-issue-132825._yv0uL.rst [new file with mode: 0644]
Objects/dictobject.c
Objects/setobject.c