Searched refs:ChannelNotEmptyError (Results 1 – 3 of 3) sorted by relevance
290 static PyObject *ChannelNotEmptyError; variable338 ChannelNotEmptyError = PyErr_NewException( in channel_exceptions_init()340 if (ChannelNotEmptyError == NULL) { in channel_exceptions_init()343 if (PyDict_SetItemString(ns, "ChannelNotEmptyError", ChannelNotEmptyError) != 0) { in channel_exceptions_init()848 PyErr_SetString(ChannelNotEmptyError, in _channel_close_all()1055 PyErr_ExceptionMatches(ChannelNotEmptyError)) { in _channels_close()
1599 with self.assertRaises(interpreters.ChannelNotEmptyError):1609 with self.assertRaises(interpreters.ChannelNotEmptyError):1635 with self.assertRaises(interpreters.ChannelNotEmptyError):
2411 Modules/_xxsubinterpretersmodule.c - ChannelNotEmptyError -