Rémi Lapeyre <remi.lape...@henki.fr> added the comment:

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)})

----------
nosy: +remi.lapeyre

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

Reply via email to