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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17481>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to