]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 6 Mar 2018 18:48:04 +0000 (10:48 -0800)
committerGitHub <noreply@github.com>
Tue, 6 Mar 2018 18:48:04 +0000 (10:48 -0800)
commit387a055261267f5fafd2c12eafef49759c94704f
tree20f5036888d149aa867dd0406d89aa993111a823
parentbaa45079466eda1f5636a6d13f3a60c2c00fdcd3
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004)

(cherry picked from commit 8a387219bdfb6ee34928d6168ac42ca559f11c9a)

Co-authored-by: Yury Selivanov <yury@magic.io>
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Library/2018-03-06-11-54-59.bpo-33009.-Ekysb.rst [new file with mode: 0644]