]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
inspect.signature: Make sure that if a callable object has '_patialmethod'
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 29 Jan 2014 17:18:59 +0000 (12:18 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 29 Jan 2014 17:18:59 +0000 (12:18 -0500)
commit0486f819c93de81120ad75570df5d6837017c03d
tree452ef5711eb8c11a3a19b0993f84d2d11523018d
parentc45873e4349fcec76870757b43fe24a85b443755
inspect.signature: Make sure that if a callable object has '_patialmethod'
attribute, that attribute is an instance of 'functools.partialmethod'.
Lib/inspect.py
Lib/test/test_inspect.py