STINNER Victor added the comment:

multiprocessing.dummy lacks many symbols:

>>> set(multiprocessing.__all__) - set(multiprocessing.dummy.__all__)
{'RawArray', 'set_forkserver_preload', 'ProcessError', 'RawValue', 
'BufferTooShort', 'reducer', 'set_executable', 'Array', 'cpu_count', 
'get_all_start_methods', 'get_start_method', 'AuthenticationError', 'Value', 
'set_start_method', 'allow_connection_pickling', 'get_logger', 'SimpleQueue', 
'TimeoutError', 'log_to_stderr', 'get_context'}

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29868>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to