This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients corona10, larry, rhettinger, serhiy.storchaka
Date 2020-07-22.05:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595395609.99.0.774613112223.issue41361@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-07-22 05:26:50serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, larry, corona10
2020-07-22 05:26:49serhiy.storchakasetmessageid: <1595395609.99.0.774613112223.issue41361@roundup.psfhosted.org>
2020-07-22 05:26:49serhiy.storchakalinkissue41361 messages
2020-07-22 05:26:49serhiy.storchakacreate