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 Windson Yang, Zahash Z, matrixise, remi.lapeyre, rhettinger, serhiy.storchaka
Date 2019-02-20.16:47:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550681221.93.0.846652702776.issue36049@roundup.psfhosted.org>
In-reply-to
Content
I guess you hurried to write the code. It has not yet been decided whether to expose the content of the queue in its repr at all. There is no public API for accessing the content of the queue without removing items from the queue, and I think it is intentional.

What is your use case? Why you need to change the repr of queues?
History
Date User Action Args
2019-02-20 16:47:01serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, matrixise, Windson Yang, remi.lapeyre, Zahash Z
2019-02-20 16:47:01serhiy.storchakasetmessageid: <1550681221.93.0.846652702776.issue36049@roundup.psfhosted.org>
2019-02-20 16:47:01serhiy.storchakalinkissue36049 messages
2019-02-20 16:47:01serhiy.storchakacreate