Message306958
| 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 |
<1511620848.64.0.213398074469.issue28668@psf.upfronthosting.co.za> |
| 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. |
|