[issue24934] django_v2 benchmark not working in Python 3.6

Antoine Pitrou report at bugs.python.org
Tue Aug 25 20:55:46 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24934>
_______________________________________


More information about the Python-bugs-list mailing list