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 matrixise
Recipients Windson Yang, Zahash Z, matrixise, remi.lapeyre, rhettinger
Date 2019-02-20.12:17:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550665069.7.0.486222841137.issue36049@roundup.psfhosted.org>
In-reply-to
Content
@remi.lapeyre

In fact, I am not sure about the performance issue but in the code of _collectionsmodule.c#deque_repr we create a PySequence_List, it's a new list. So for me, but maybe I am wrong, we will iterate over the deque container for the creation of the new list.

now, I think it's not a big issue (to confirm by @rhettinger)
History
Date User Action Args
2019-02-20 12:17:49matrixisesetrecipients: + matrixise, rhettinger, Windson Yang, remi.lapeyre, Zahash Z
2019-02-20 12:17:49matrixisesetmessageid: <1550665069.7.0.486222841137.issue36049@roundup.psfhosted.org>
2019-02-20 12:17:49matrixiselinkissue36049 messages
2019-02-20 12:17:49matrixisecreate