Home | History | Annotate | Download | only in test

Lines Matching refs:_multiprocessing

22 _multiprocessing = test_support.import_module('_multiprocessing')
23 # import threading after _multiprocessing to raise a more relevant error
24 # message: "No module named _multiprocessing". _multiprocessing is not compiled
79 HAVE_GETVALUE = not getattr(_multiprocessing,
2147 conn = _multiprocessing.Connection(44977608)
2149 self.assertRaises(IOError, _multiprocessing.Connection, -1)