[issue20223] inspect.signature does not support new functools.partialmethod

Nick Coghlan report at bugs.python.org
Sun Jan 19 04:30:53 CET 2014


Nick Coghlan added the comment:

Aye, I agree with Terry that this is a behavioural bug introduced with the new partialmethod feature - we missed adding a new test case to check that inspect.signature handled it properly.

Reviewing the patch now.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20223>
_______________________________________


More information about the Python-bugs-list mailing list