New submission from Jason Baker <amnorv...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8690>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to