]> granicus.if.org Git - python/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:23:48 +0000 (10:23 -0800)
committerGitHub <noreply@github.com>
Tue, 6 Mar 2018 18:23:48 +0000 (10:23 -0800)
commit112f799666bac1bdbb320840d5fda3132255eb5e
tree77b80d306834ea2ce3ed21f8ee09f7d7152c9164
parent5a0c3987abd6a71b4fadeb525477eb5f560e8514
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]