[New-bugs-announce] [issue17481] inspect.getfullargspec could use __signature__

Michael Foord report at bugs.python.org
Tue Mar 19 18:31:32 CET 2013


New submission from Michael Foord:

inspect.getfullargspec (and potentially getargspec?) could *use* function.__signature__ if set. This allows functions that lie about their signature with the new introspection tool (Signature) to still work with older code.

----------
components: Library (Lib)
messages: 184646
nosy: michael.foord, ncoghlan
priority: normal
severity: normal
status: open
title: inspect.getfullargspec could use __signature__
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list