Nick Coghlan <ncogh...@gmail.com> added the comment:

I split https://bugs.python.org/issue37010 out as a separate performance issue 
in case anyone is inclined to explore the idea of reversing the relationship 
between inspect.signature and inspect.getfullargspec, such that the latter 
becomes a fast building block for the former operation, rather than a 
relatively inefficient compatibility wrapper the way it is now.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36751>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to