[issue17481] inspect.getfullargspec could use __signature__

Yury Selivanov report at bugs.python.org
Sat Jan 11 23:24:56 CET 2014


Yury Selivanov added the comment:

Please consider the attached patch (getargsspec_01.patch).

It modifies 'getargspec' and 'getfullargspec' to use the 'inspect.signature' API. The entire test suite passes just fine.

This also will address issue #16490.

I can also update the docs, if it's necessary.

----------
keywords: +patch
nosy: +yselivanov
Added file: http://bugs.python.org/file33420/getargsspec_01.patch

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


More information about the Python-bugs-list mailing list