[New-bugs-announce] [issue8690] multiprocessing.dummy.Queue does not expose same interface as multiprocessing.Queue

Jason Baker report at bugs.python.org
Tue May 11 20:39:44 CEST 2010


New submission from Jason Baker <amnorvend at gmail.com>:

The multiprocessing.dummy.Queue class is merely an import of Queue.Queue.  There are a few methods that this does not provide however:  close, join_thread, and cancel_join_thread.

I don't know what the best way to handle this is, but it should be pretty trivial to add methods that do nothing or at least throw a NotImplementedError.

----------
components: Library (Lib)
messages: 105533
nosy: Jason.Baker
priority: normal
severity: normal
status: open
title: multiprocessing.dummy.Queue does not expose same interface as multiprocessing.Queue
versions: Python 2.6, Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8690>
_______________________________________


More information about the New-bugs-announce mailing list