Home
last modified time | relevance | path

Searched refs:ChannelEmptyError (Results 1 – 22 of 22) sorted by relevance

/dports/lang/python310/Python-3.10.1/Lib/test/support/
H A Dinterpreters.py8 ChannelError, ChannelNotFoundError, ChannelEmptyError,
/dports/lang/python311/Python-3.11.0a3/Lib/test/support/
H A Dinterpreters.py8 ChannelError, ChannelNotFoundError, ChannelEmptyError,
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c289 static PyObject *ChannelEmptyError; variable
328 ChannelEmptyError = PyErr_NewException( in channel_exceptions_init()
330 if (ChannelEmptyError == NULL) { in channel_exceptions_init()
333 if (PyDict_SetItemString(ns, "ChannelEmptyError", ChannelEmptyError) != 0) { in channel_exceptions_init()
1354 PyErr_Format(ChannelEmptyError, "channel %" PRId64 " is empty", id); in _channel_recv()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c289 static PyObject *ChannelEmptyError; variable
328 ChannelEmptyError = PyErr_NewException( in channel_exceptions_init()
330 if (ChannelEmptyError == NULL) { in channel_exceptions_init()
333 if (PyDict_SetItemString(ns, "ChannelEmptyError", ChannelEmptyError) != 0) { in channel_exceptions_init()
1354 PyErr_Format(ChannelEmptyError, "channel %" PRId64 " is empty", id); in _channel_recv()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c289 static PyObject *ChannelEmptyError; variable
328 ChannelEmptyError = PyErr_NewException( in channel_exceptions_init()
330 if (ChannelEmptyError == NULL) { in channel_exceptions_init()
333 if (PyDict_SetItemString(ns, "ChannelEmptyError", ChannelEmptyError) != 0) { in channel_exceptions_init()
1354 PyErr_Format(ChannelEmptyError, "channel %" PRId64 " is empty", id); in _channel_recv()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c289 static PyObject *ChannelEmptyError; variable
328 ChannelEmptyError = PyErr_NewException( in channel_exceptions_init()
330 if (ChannelEmptyError == NULL) { in channel_exceptions_init()
333 if (PyDict_SetItemString(ns, "ChannelEmptyError", ChannelEmptyError) != 0) { in channel_exceptions_init()
1354 PyErr_Format(ChannelEmptyError, "channel %" PRId64 " is empty", id); in _channel_recv()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_xxsubinterpretersmodule.c289 static PyObject *ChannelEmptyError; variable
328 ChannelEmptyError = PyErr_NewException( in channel_exceptions_init()
330 if (ChannelEmptyError == NULL) { in channel_exceptions_init()
333 if (PyDict_SetItemString(ns, "ChannelEmptyError", ChannelEmptyError) != 0) { in channel_exceptions_init()
1354 PyErr_Format(ChannelEmptyError, "channel %" PRId64 " is empty", id); in _channel_recv()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_xxsubinterpretersmodule.c289 static PyObject *ChannelEmptyError; variable
328 ChannelEmptyError = PyErr_NewException( in channel_exceptions_init()
330 if (ChannelEmptyError == NULL) { in channel_exceptions_init()
333 if (PyDict_SetItemString(ns, "ChannelEmptyError", ChannelEmptyError) != 0) { in channel_exceptions_init()
2452 PyErr_Format(ChannelEmptyError, "channel %" PRId64 " is empty", cid); in channel_recv()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_xxsubinterpretersmodule.c289 static PyObject *ChannelEmptyError; variable
328 ChannelEmptyError = PyErr_NewException( in channel_exceptions_init()
330 if (ChannelEmptyError == NULL) { in channel_exceptions_init()
333 if (PyDict_SetItemString(ns, "ChannelEmptyError", ChannelEmptyError) != 0) { in channel_exceptions_init()
2459 PyErr_Format(ChannelEmptyError, "channel %" PRId64 " is empty", cid); in channel_recv()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_xxsubinterpretersmodule.c294 static PyObject *ChannelEmptyError; variable
333 ChannelEmptyError = PyErr_NewException( in channel_exceptions_init()
335 if (ChannelEmptyError == NULL) { in channel_exceptions_init()
338 if (PyDict_SetItemString(ns, "ChannelEmptyError", ChannelEmptyError) != 0) { in channel_exceptions_init()
2463 PyErr_Format(ChannelEmptyError, "channel %" PRId64 " is empty", cid); in channel_recv()
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_interpreters.py635 except interpreters.ChannelEmptyError:
723 with self.assertRaises(interpreters.ChannelEmptyError):
H A Dtest__xxsubinterpreters.py251 except interpreters.ChannelEmptyError:
1420 except interpreters.ChannelEmptyError:
1470 with self.assertRaises(interpreters.ChannelEmptyError):
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_interpreters.py635 except interpreters.ChannelEmptyError:
723 with self.assertRaises(interpreters.ChannelEmptyError):
H A Dtest__xxsubinterpreters.py251 except interpreters.ChannelEmptyError:
1420 except interpreters.ChannelEmptyError:
1470 with self.assertRaises(interpreters.ChannelEmptyError):
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py249 except interpreters.ChannelEmptyError:
1255 except interpreters.ChannelEmptyError:
1305 with self.assertRaises(interpreters.ChannelEmptyError):
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py249 except interpreters.ChannelEmptyError:
1255 except interpreters.ChannelEmptyError:
1305 with self.assertRaises(interpreters.ChannelEmptyError):
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py249 except interpreters.ChannelEmptyError:
1255 except interpreters.ChannelEmptyError:
1305 with self.assertRaises(interpreters.ChannelEmptyError):
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py249 except interpreters.ChannelEmptyError:
1255 except interpreters.ChannelEmptyError:
1305 with self.assertRaises(interpreters.ChannelEmptyError):
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py249 except interpreters.ChannelEmptyError:
1255 except interpreters.ChannelEmptyError:
1305 with self.assertRaises(interpreters.ChannelEmptyError):
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest__xxsubinterpreters.py250 except interpreters.ChannelEmptyError:
1430 except interpreters.ChannelEmptyError:
1480 with self.assertRaises(interpreters.ChannelEmptyError):
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/cpython/
H A Dignored.tsv2371 Modules/_xxsubinterpretersmodule.c - ChannelEmptyError -
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/cpython/
H A Dignored.tsv2410 Modules/_xxsubinterpretersmodule.c - ChannelEmptyError -