Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

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

----------
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

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

Reply via email to