]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118402: Fix inspect.signature() for functools.cmp_to_key() result (GH-118427)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 30 Apr 2024 14:49:28 +0000 (17:49 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2024 14:49:28 +0000 (17:49 +0300)
commit17a8af9508d6001e1666de984e2fb73f02167306
treea12a105b6fb310db49d3bfb32cb7047331ee3b3e
parent02887c6428042832f17fd71ed90619f25d8f951d
gh-118402: Fix inspect.signature() for functools.cmp_to_key() result (GH-118427)
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2024-04-29-21-51-28.gh-issue-118402.Z_06Th.rst [new file with mode: 0644]
Modules/_functoolsmodule.c