[issue8639] Allow callable objects in inspect.getfullargspec

Maxim Bublis report at bugs.python.org
Mon Aug 1 23:44:37 CEST 2011


Maxim Bublis <b at codemonkey.ru> added the comment:

I've ran into the same problem with getfullargspec not supporting callables, so I've written patch with docs and tests, that adds support for any Python callable. As a result of getfullargspec's implementation change, getargspec function also supports callables.

----------
keywords: +patch
nosy: +maxbublis
Added file: http://bugs.python.org/file22825/inspect.patch

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


More information about the Python-bugs-list mailing list