Home
last modified time | relevance | path

Searched refs:ChannelClosedError (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest__xxsubinterpreters.py145 except interpreters.ChannelClosedError:
232 except interpreters.ChannelClosedError:
1339 with self.assertRaises(interpreters.ChannelClosedError):
1341 with self.assertRaises(interpreters.ChannelClosedError):
1361 with self.assertRaises(interpreters.ChannelClosedError):
1373 with self.assertRaises(interpreters.ChannelClosedError):
1375 with self.assertRaises(interpreters.ChannelClosedError):
1537 with self.assertRaises(interpreters.ChannelClosedError):
1539 with self.assertRaises(interpreters.ChannelClosedError):
1559 self.assertIn('ChannelClosedError', st
[all...]
/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c292 static PyObject *ChannelClosedError; variable
322 ChannelClosedError = PyErr_NewException( in channel_exceptions_init()
323 "_xxsubinterpreters.ChannelClosedError", ChannelError, NULL); in channel_exceptions_init()
324 if (ChannelClosedError == NULL) { in channel_exceptions_init()
327 if (PyDict_SetItemString(ns, "ChannelClosedError", ChannelClosedError) != 0) { in channel_exceptions_init()
624 PyErr_SetString(ChannelClosedError, "channel already closed"); in _channelends_associate()
774 PyErr_SetString(ChannelClosedError, "channel closed"); in _channel_add()
798 PyErr_SetString(ChannelClosedError, "channel closed"); in _channel_next()
825 PyErr_SetString(ChannelClosedError, "channe in _channel_close_interpreter()
[all...]

Completed in 7 milliseconds