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 remi.lapeyre
Recipients Windson Yang, Zahash Z, matrixise, remi.lapeyre, rhettinger
Date 2019-02-20.12:09:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550664540.65.0.938341134666.issue36049@roundup.psfhosted.org>
In-reply-to
Content
Hi @matrixise, is it really an issue to iterate over all the elements of the deque? 


__repr__ won't be called on performance sensitive path and we already do this for repr([0]*10000), repr({i for i in range(10000)}) and repr({i:i for i in range(10000)})
History
Date User Action Args
2019-02-20 12:09:00remi.lapeyresetrecipients: + remi.lapeyre, rhettinger, matrixise, Windson Yang, Zahash Z
2019-02-20 12:09:00remi.lapeyresetmessageid: <1550664540.65.0.938341134666.issue36049@roundup.psfhosted.org>
2019-02-20 12:09:00remi.lapeyrelinkissue36049 messages
2019-02-20 12:09:00remi.lapeyrecreate