Antoine Pitrou added the comment:

According to the docs, getargspec() should be replaced with getfullargspec(), 
which returns a compatible named tuple. This would probably also minimize the 
performance impact of the patch (I'm not sure getargspec() is in the critical 
path, but let's be careful).

----------

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

Reply via email to