Jelle Zijlstra <jelle.zijls...@gmail.com> added the comment:

That's because inspect.signature by default follows the `.__wrapped__` 
attribute, so it gives you the signature for the *wrapped* function. That 
behavior is occasionally problematic (I ran into it in the context of 
https://github.com/quora/pyanalyze/issues/82), but I don't think it can be 
safely changed.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41232>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to