Searched refs:_return_instance (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_concurrent_futures.py | 1187 def _return_instance(cls): function 1307 self._check_crash(BrokenProcessPool, _return_instance, CrashAtPickle) 1312 self._check_crash(SystemExit, _return_instance, ExitAtPickle) 1317 self._check_crash(PicklingError, _return_instance, ErrorAtPickle) 1323 _return_instance, ErrorAtUnpickle, 1329 self._check_crash(BrokenProcessPool, _return_instance, ExitAtUnpickle)
|
Completed in 4 milliseconds