Home
last modified time | relevance | path

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

/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A 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()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A 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()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A 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()
/dports/lang/python38/Python-3.8.12/Modules/
H A 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()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A 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()
/dports/lang/python39/Python-3.9.9/Modules/
H A 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()
/dports/lang/python310/Python-3.10.1/Modules/
H A 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()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_xxsubinterpretersmodule.c295 static PyObject *ChannelNotEmptyError; variable
343 ChannelNotEmptyError = PyErr_NewException( in channel_exceptions_init()
345 if (ChannelNotEmptyError == NULL) { in channel_exceptions_init()
348 if (PyDict_SetItemString(ns, "ChannelNotEmptyError", ChannelNotEmptyError) != 0) { in channel_exceptions_init()
853 PyErr_SetString(ChannelNotEmptyError, in _channel_close_all()
1060 PyErr_ExceptionMatches(ChannelNotEmptyError)) { in _channels_close()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py1413 with self.assertRaises(interpreters.ChannelNotEmptyError):
1423 with self.assertRaises(interpreters.ChannelNotEmptyError):
1449 with self.assertRaises(interpreters.ChannelNotEmptyError):
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py1413 with self.assertRaises(interpreters.ChannelNotEmptyError):
1423 with self.assertRaises(interpreters.ChannelNotEmptyError):
1449 with self.assertRaises(interpreters.ChannelNotEmptyError):
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py1413 with self.assertRaises(interpreters.ChannelNotEmptyError):
1423 with self.assertRaises(interpreters.ChannelNotEmptyError):
1449 with self.assertRaises(interpreters.ChannelNotEmptyError):
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py1413 with self.assertRaises(interpreters.ChannelNotEmptyError):
1423 with self.assertRaises(interpreters.ChannelNotEmptyError):
1449 with self.assertRaises(interpreters.ChannelNotEmptyError):
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest__xxsubinterpreters.py1413 with self.assertRaises(interpreters.ChannelNotEmptyError):
1423 with self.assertRaises(interpreters.ChannelNotEmptyError):
1449 with self.assertRaises(interpreters.ChannelNotEmptyError):
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest__xxsubinterpreters.py1599 with self.assertRaises(interpreters.ChannelNotEmptyError):
1609 with self.assertRaises(interpreters.ChannelNotEmptyError):
1635 with self.assertRaises(interpreters.ChannelNotEmptyError):
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest__xxsubinterpreters.py1609 with self.assertRaises(interpreters.ChannelNotEmptyError):
1619 with self.assertRaises(interpreters.ChannelNotEmptyError):
1645 with self.assertRaises(interpreters.ChannelNotEmptyError):
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest__xxsubinterpreters.py1599 with self.assertRaises(interpreters.ChannelNotEmptyError):
1609 with self.assertRaises(interpreters.ChannelNotEmptyError):
1635 with self.assertRaises(interpreters.ChannelNotEmptyError):
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/cpython/
H A Dignored.tsv2372 Modules/_xxsubinterpretersmodule.c - ChannelNotEmptyError -
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/cpython/
H A Dignored.tsv2411 Modules/_xxsubinterpretersmodule.c - ChannelNotEmptyError -