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 Yair Bonastre
Recipients Yair Bonastre
Date 2019-09-23.14:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569249780.79.0.316857326171.issue38259@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.7 queue module has Queue, LifoQueue, PriorityQueue, SimpleQueue types and in multiprocessing.queue has Queue, SimpleQueue, JoinableQueue.

Why not adding PriorityQueue to multiprocessing.queue?

Now the only way to do it is by making usage of SyncManager check the solution: https://stackoverflow.com/questions/25324560/strange-queue-priorityqueue-behaviour-with-multiprocessing-in-python-2-7-6?answertab=active#tab-top
History
Date User Action Args
2019-09-23 14:43:00Yair Bonastresetrecipients: + Yair Bonastre
2019-09-23 14:43:00Yair Bonastresetmessageid: <1569249780.79.0.316857326171.issue38259@roundup.psfhosted.org>
2019-09-23 14:43:00Yair Bonastrelinkissue38259 messages
2019-09-23 14:43:00Yair Bonastrecreate