mike bayer <mike...@zzzcomputing.com> added the comment:

> We are talking again and again that we have a lot of old things in the 
> standard library but it seems that removing them is also a problem.

I agree that the reason we have these deprecation warnings is so that we do get 
notified and we do fix them.  I think Signature is tough here because it is so 
different from how getfullargspec() worked which makes it difficult to port 
towards, and its very long and complicated invocation steps, with many loops, 
function and method calls, object creation overhead, none of which existed in 
Python 3.3's 20 line getfullargspec() implementation, is making me very 
hesitant to switch to it and I'm continuing to consider just writing my own 
thing that keeps the overhead as low as possible; but I will run timing tests 
on all versions of things before I do anything like that.

----------

_______________________________________
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