[issue24298] inspect.signature includes bound argument for wrappers around bound methods

Nick Coghlan report at bugs.python.org
Thu May 28 03:25:07 CEST 2015


Nick Coghlan added the comment:

I'm OK with the patch as is, but I'm definitely concerned about the maintainability of inspect.signature in general.

I'm trying to decide if a block comment covering the order of calling protocols that we check, and where we potentially recurse, would be a help (by providing a map of the function for the benefit of future maintainers) or a hindrance (by providing the opportunity for that map to get out of sync)

----------

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


More information about the Python-bugs-list mailing list