Message 350340 - Python tracker (original) (raw)
Message350340
| 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:32 | rhettinger | set | recipients: + rhettinger, r.david.murray, eric.snow, serhiy.storchaka, Claymore, allyourcode |
| 2019-08-24 00:25:31 | rhettinger | set | messageid: 1566606331.99.0.733800008801.issue17794@roundup.psfhosted.org |
| 2019-08-24 00:25:31 | rhettinger | link | issue17794 messages |
| 2019-08-24 00:25:31 | rhettinger | create |