Home
last modified time | relevance | path

Searched refs:ChannelNotEmptyError (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
D_xxsubinterpretersmodule.c290 static PyObject *ChannelNotEmptyError; variable
338 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()
/third_party/python/Lib/test/
Dtest__xxsubinterpreters.py1599 with self.assertRaises(interpreters.ChannelNotEmptyError):
1609 with self.assertRaises(interpreters.ChannelNotEmptyError):
1635 with self.assertRaises(interpreters.ChannelNotEmptyError):
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2411 Modules/_xxsubinterpretersmodule.c - ChannelNotEmptyError -