Searched refs:ChannelError (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/ |
H A D | _xxsubinterpretersmodule.c | 290 static PyObject *ChannelError; variable 302 ChannelError = PyErr_NewException("_xxsubinterpreters.ChannelError", in channel_exceptions_init() 304 if (ChannelError == NULL) { in channel_exceptions_init() 307 if (PyDict_SetItemString(ns, "ChannelError", ChannelError) != 0) { in channel_exceptions_init() 313 "_xxsubinterpreters.ChannelNotFoundError", ChannelError, NULL); in channel_exceptions_init() 323 "_xxsubinterpreters.ChannelClosedError", ChannelError, NULL); in channel_exceptions_init() 333 "_xxsubinterpreters.ChannelEmptyError", ChannelError, NULL); in channel_exceptions_init() 343 "_xxsubinterpreters.ChannelNotEmptyError", ChannelError, NUL in channel_exceptions_init() [all...] |
/third_party/python/Lib/test/support/ |
H A D | interpreters.py | 8 ChannelError, ChannelNotFoundError, ChannelEmptyError, 17 'ChannelError', 'ChannelNotFoundError',
|
Completed in 5 milliseconds