]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116436: Improve error message when TypeError occurs during dict update (#116443)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Wed, 30 Apr 2025 05:18:06 +0000 (22:18 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Apr 2025 05:18:06 +0000 (22:18 -0700)
commit7e8b153fef71e464246827bf563923e2991290c6
tree0ad7cd64ce781dc4026e1e5a300fc23c9c66b15e
parent4e294f6feb3193854d23e0e8be487213a80b232f
gh-116436: Improve error message when TypeError occurs during dict update (#116443)
Lib/test/test_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2024-03-06-22-33-33.gh-issue-116436.y8Thkt.rst [new file with mode: 0644]
Objects/dictobject.c