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 rhettinger
Recipients Claymore, allyourcode, eric.snow, r.david.murray, rhettinger, serhiy.storchaka
Date 2019-08-24.00:25:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566606331.99.0.733800008801.issue17794@roundup.psfhosted.org>
In-reply-to
Content
Starting in Python 3.7, dataclasses made it trivially easy to work around this issue.  The PriorityQueue docs have a worked out example of how to do this: https://docs.python.org/3/library/queue.html#queue.PriorityQueue
History
Date User Action Args
2019-08-24 00:25:32rhettingersetrecipients: + rhettinger, r.david.murray, eric.snow, serhiy.storchaka, Claymore, allyourcode
2019-08-24 00:25:31rhettingersetmessageid: <1566606331.99.0.733800008801.issue17794@roundup.psfhosted.org>
2019-08-24 00:25:31rhettingerlinkissue17794 messages
2019-08-24 00:25:31rhettingercreate