Searched refs:_return_instance (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_concurrent_futures.py | 1086 def _return_instance(cls): function 1206 self._check_crash(BrokenProcessPool, _return_instance, CrashAtPickle) 1211 self._check_crash(SystemExit, _return_instance, ExitAtPickle) 1216 self._check_crash(PicklingError, _return_instance, ErrorAtPickle) 1222 _return_instance, ErrorAtUnpickle, 1228 self._check_crash(BrokenProcessPool, _return_instance, ExitAtUnpickle)
|