]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124748: Fix handling kwargs in `WeakKeyDictionary.update()` (#124783)
authorRuslan Gilfanov <ri.gilfanov@yandex.ru>
Wed, 18 Feb 2026 13:17:08 +0000 (18:17 +0500)
committerGitHub <noreply@github.com>
Wed, 18 Feb 2026 13:17:08 +0000 (13:17 +0000)
commit1636630390883a5de0da26bef11da2bbf081badf
tree4702adaaf34de2dc0bd1496070ee8d55c9781e0c
parent112d8ac9724a53c5459a4f957941f5a3c97abf5d
gh-124748: Fix handling kwargs in `WeakKeyDictionary.update()` (#124783)
Lib/test/test_weakref.py
Lib/weakref.py
Misc/NEWS.d/next/Library/2024-09-30-15-31-59.gh-issue-124748.KYzYFp.rst [new file with mode: 0644]