[issue36049] No __repr__() for queue.PriorityQueue and queue.LifoQueue

Stéphane Wirtel report at bugs.python.org
Wed Feb 20 05:23:03 EST 2019


Stéphane Wirtel <stephane at wirtel.be> added the comment:

and there is an other issue, we need to iterate over the elements of the deque() :/ not really performant, just for a repr().

for my part, -1 if we have to iterate over the elements.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36049>
_______________________________________


More information about the Python-bugs-list mailing list