This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients davin, flox, johnwiseman, vstinner
Date 2017-07-04.10:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499165305.92.0.874640288542.issue29868@psf.upfronthosting.co.za>
In-reply-to
Content
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'}
History
Date User Action Args
2017-07-04 10:48:25vstinnersetrecipients: + vstinner, flox, davin, johnwiseman
2017-07-04 10:48:25vstinnersetmessageid: <1499165305.92.0.874640288542.issue29868@psf.upfronthosting.co.za>
2017-07-04 10:48:25vstinnerlinkissue29868 messages
2017-07-04 10:48:25vstinnercreate