]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 28 May 2015 01:56:53 +0000 (21:56 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 28 May 2015 01:56:53 +0000 (21:56 -0400)
commit46c759d76d02cb873bae55fac37dfe71750e3bef
tree42418ab91cb39107010584ef758513f2f03179a5
parent68fe9aa58c139e3a6f8c9188760bb237added7d6
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS