[New-bugs-announce] [issue38259] There should be a PriorityQueue in multiprocessing module

Yair Bonastre report at bugs.python.org
Mon Sep 23 10:43:00 EDT 2019


New submission from Yair Bonastre <bonastreyair at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38259>
_______________________________________


More information about the New-bugs-announce mailing list