Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c294 static PyObject *ChannelNotEmptyError; variable
342 ChannelNotEmptyError = PyErr_NewException( in channel_exceptions_init()
343 "_xxsubinterpreters.ChannelNotEmptyError", ChannelError, NULL); in channel_exceptions_init()
344 if (ChannelNotEmptyError == NULL) { in channel_exceptions_init()
347 if (PyDict_SetItemString(ns, "ChannelNotEmptyError", ChannelNotEmptyError) != 0) { in channel_exceptions_init()
852 PyErr_SetString(ChannelNotEmptyError, in _channel_close_all()
1059 PyErr_ExceptionMatches(ChannelNotEmptyError)) { in _channels_close()
2491 - raise ChannelNotEmptyError\n\
2493 - raise ChannelNotEmptyError\
[all...]
/third_party/python/Lib/test/
H A Dtest__xxsubinterpreters.py1599 with self.assertRaises(interpreters.ChannelNotEmptyError):
1609 with self.assertRaises(interpreters.ChannelNotEmptyError):
1635 with self.assertRaises(interpreters.ChannelNotEmptyError):

Completed in 8 milliseconds