]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122087: Restore ismethoddescriptor() and isroutine() for partial objects...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 25 Jul 2024 07:11:47 +0000 (10:11 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2024 07:11:47 +0000 (10:11 +0300)
commit4e7716554b3d1107f0ab201555cb4c1fefd21413
treeac317b28dc960fd883bd328fa623447230803a5e
parent716c6771fcfd3be90bba9f888a579b36c02cdb13
[3.13] gh-122087: Restore ismethoddescriptor() and isroutine() for partial objects (GH-122218)

Now they return False again.
Lib/inspect.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-07-24-09-29-55.gh-issue-122087.FdBrWo.rst [new file with mode: 0644]