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 xdegaye
Recipients davin, python-dev, serhiy.storchaka, vinay.sajip, xdegaye
Date 2017-11-25.14:40:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The multiprocessing module is not functional when the multiprocessing.synchronize module cannot be imported and all the multiprocessing tests are skipped in that case. Use the same idiom (i.e. test.support.import_module('multiprocessing.synchronize')) to skip the tests when the platform sem_open implementation is broken and remove test.support.requires_multiprocessing_queue.
History
Date User Action Args
2017-11-25 14:40:48xdegayesetrecipients: + xdegaye, vinay.sajip, python-dev, serhiy.storchaka, davin
2017-11-25 14:40:48xdegayesetmessageid: <[email protected]>
2017-11-25 14:40:48xdegayelinkissue28668 messages
2017-11-25 14:40:48xdegayecreate