[issue8690] multiprocessing.dummy.Queue does not expose same interface as multiprocessing.Queue

Thomas Fenzl report at bugs.python.org
Wed Apr 16 20:38:50 CEST 2014


Thomas Fenzl added the comment:

Considering public API elements, there are more inconsistencies. 
E.g. Pool:

'imap'
'apply'
'join'
'map_async'
'Process'
'terminate'
'close'
'starmap_async'
'starmap'
'apply_async'
'map'
'imap_unordered' : Pool misses some public elements.

What level of compatibility would users reasonably expect? Should the methods raise NotImplemented?

----------
nosy: +Thomas Fenzl, sbt

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


More information about the Python-bugs-list mailing list