New submission from Yair Bonastre <bonastrey...@gmail.com>:

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

----------
messages: 353022
nosy: Yair Bonastre
priority: normal
severity: normal
status: open
title: There should be a PriorityQueue in multiprocessing module
type: enhancement
versions: Python 3.7

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

Reply via email to