[issue11256] inspect.getcallargs raises TypeError on valid arguments

Roundup Robot report at bugs.python.org
Tue Mar 29 00:41:06 CEST 2011


Roundup Robot <devnull at devnull> added the comment:

New changeset 57e99f5f5e8f by Benjamin Peterson in branch '3.2':
Correct handling of functions with only kwarg args in getcallargs (closes #11256)
http://hg.python.org/cpython/rev/57e99f5f5e8f

New changeset b19d76d9d2a7 by Benjamin Peterson in branch '2.7':
Correct handling of functions with only kwarg args in getcallargs (closes #11256)
http://hg.python.org/cpython/rev/b19d76d9d2a7

----------
nosy: +python-dev
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list