]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143535: Dispatch on the second argument if generic method is instance-bindable...
authorBartosz Sławecki <bartosz@ilikepython.com>
Tue, 24 Feb 2026 16:04:37 +0000 (17:04 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 16:04:37 +0000 (17:04 +0100)
commit97181bb336dcf896188ae46d87c909067375e779
tree649c501f30d7e12e22e74d7ef85b2774e451ba4c
parent0f759f11716a05726d46d0e1f6801485b9e8d22b
gh-143535: Dispatch on the second argument if generic method is instance-bindable (GH-144615)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Doc/whatsnew/3.15.rst
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2026-02-09-02-16-36.gh-issue-144615.s04x4n.rst [new file with mode: 0644]