Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Now Argument Clinic generates more efficient (but more cumbersome) code, so 
there may be new reasons of using it. Please test the performance of the deque 
constructor (deque(), deque(()), deque((), 10), deque((), maxlen=10)), methods 
index() and rotate(), builtins iter() and reversed(). It is hard to test 
insert() because it mutates the deque and I do not expect anything beside noise 
for other methods.

----------

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

Reply via email to