[issue21117] inspect.signature: inaccuracies for partial functions

R. David Murray report at bugs.python.org
Tue Apr 1 17:58:35 CEST 2014


R. David Murray added the comment:

Oh, the error message comes from deep in the guts of python, yes.  I'm saying that the fact that partial lets you write partial(foo, a='bar') when a is a positional argument is a bug.  Even if other people agree with me (and they may not, "consenting adults" and all that), it may be a bug we are stuck with.

----------

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


More information about the Python-bugs-list mailing list