]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140873: Add support of non-descriptor callables in functools.singledispatchmethod...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 13 Nov 2025 17:48:52 +0000 (19:48 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Nov 2025 17:48:52 +0000 (19:48 +0200)
commitb2b68d40f887c8a9583a9b48babc40f25bc5e0e2
tree74e6c6ed782d28ee006549bb962d1425c2b4430a
parentb99db92dde38b17c3fba3b5db76a383ceddfce49
gh-140873: Add support of non-descriptor callables in functools.singledispatchmethod() (GH-140884)
Doc/library/functools.rst
Doc/whatsnew/3.15.rst
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2025-11-01-14-44-09.gh-issue-140873.kfuc9B.rst [new file with mode: 0644]