Change by Yair Bonastre :
--
versions: +Python 3.9 -Python 3.7
___
Python tracker
<https://bugs.python.org/issue38259>
___
___
Python-bugs-list mailing list
Unsub
Change by Yair Bonastre :
--
title: There should be a PriorityQueue in multiprocessing module -> having a
PriorityQueue in multiprocessing.queue module like in queue module would be a
plus
___
Python tracker
<https://bugs.python.org/issu
New submission from Yair Bonastre :
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