[issue17481] inspect.getfullargspec should use __signature__

Nick Coghlan report at bugs.python.org
Sun Jan 19 04:54:37 CET 2014


Nick Coghlan added the comment:

I upgraded the description to a "should". Argument Clinic and other changes in Python 3.4 greatly improve introspection support for various aspects of the runtime and standard library (for example, issue 20223 will handle the new functools.partialmethod support). By also making those enhancements available via getfullargpsec, we should significantly increase the amount of existing code which benefits automatically for those enhancements, as it will no longer require explicit migration to the new PEP 362 APIs at the application/library level.

Reviewing the patch now.

----------
title: inspect.getfullargspec could use __signature__ -> inspect.getfullargspec should use __signature__

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


More information about the Python-bugs-list mailing list