Home
last modified time | relevance | path

Searched refs:close_on_genexit (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DCompiledGeneratorTypeUncompiledIntegration.c494 static PyObject *Nuitka_UncompiledGenerator_throw(PyGenObject *gen, int close_on_genexit, PyObject … argument
506 if (close_on_genexit && EXCEPTION_MATCH_BOOL_SINGLE(exception_type, PyExc_GeneratorExit)) {
537 …ret = Nuitka_UncompiledGenerator_throw((PyGenObject *)yf, close_on_genexit, exception_type, except…
H A DCompiledAsyncgenType.c510 …ic PyObject *_Nuitka_Asyncgen_throw2(struct Nuitka_AsyncgenObject *asyncgen, bool close_on_genexit, in _Nuitka_Asyncgen_throw2() argument
528 if (close_on_genexit) { in _Nuitka_Asyncgen_throw2()
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Utility/
H A DCoroutine.c1035 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
1045 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
1065 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
1068 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/lang/cython/Cython-0.29.24/Cython/Utility/
H A DCoroutine.c1035 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
1045 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
1065 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
1068 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Utility/
H A DCoroutine.c1035 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
1045 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
1065 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
1068 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dgenobject.c398 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() argument
408 close_on_genexit in _gen_throw()
427 ret = _gen_throw((PyGenObject *)yf, close_on_genexit, in _gen_throw()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dgenobject.c398 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() argument
408 close_on_genexit in _gen_throw()
427 ret = _gen_throw((PyGenObject *)yf, close_on_genexit, in _gen_throw()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dgenobject.c398 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() argument
408 close_on_genexit in _gen_throw()
427 ret = _gen_throw((PyGenObject *)yf, close_on_genexit, in _gen_throw()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dgenobject.c391 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() argument
401 close_on_genexit in _gen_throw()
429 ret = _gen_throw((PyGenObject *)yf, close_on_genexit, in _gen_throw()
/dports/lang/python38/Python-3.8.12/Objects/
H A Dgenobject.c398 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() argument
408 close_on_genexit in _gen_throw()
427 ret = _gen_throw((PyGenObject *)yf, close_on_genexit, in _gen_throw()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dgenobject.c398 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() argument
408 close_on_genexit in _gen_throw()
427 ret = _gen_throw((PyGenObject *)yf, close_on_genexit, in _gen_throw()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dgenobject.c397 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() argument
407 close_on_genexit in _gen_throw()
426 ret = _gen_throw((PyGenObject *)yf, close_on_genexit, in _gen_throw()
/dports/lang/cython-devel/cython-2b1e743/Cython/Utility/
H A DCoroutine.c1055 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
1065 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
1085 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
1088 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dgenobject.c397 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() argument
407 close_on_genexit in _gen_throw()
437 ret = _gen_throw((PyGenObject *)yf, close_on_genexit, in _gen_throw()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dgenobject.c417 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() argument
428 close_on_genexit in _gen_throw()
458 ret = _gen_throw((PyGenObject *)yf, close_on_genexit, in _gen_throw()
/dports/multimedia/py-av/av-8.0.3/src/av/
H A Ddictionary.c6104 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
6112 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
6129 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
6132 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/multimedia/py-av/av-8.0.3/src/av/audio/
H A Dlayout.c7932 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
7940 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
7957 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
7960 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/multimedia/py-av/av-8.0.3/src/av/container/
H A Dstreams.c7633 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
7641 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
7658 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
7661 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
H A Dinput.c9446 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
9454 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
9471 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
9474 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/multimedia/py-av/av-8.0.3/src/av/video/
H A Dformat.c8805 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
8813 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
8830 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
8833 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/security/py-gssapi/gssapi-1.6.14/gssapi/raw/
H A Doids.c8536 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
8544 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
8561 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
8564 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/science/yoda/YODA-1.9.1/pyext/yoda/
H A Dutil.cpp8200 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
8208 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
8225 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
8228 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/python/
H A Dkenlm.cpp9709 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
9717 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
9734 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
9737 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/multimedia/py-av/av-8.0.3/src/av/subtitles/
H A Dsubtitle.c12093 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
12101 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
12118 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
12121 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
/dports/textproc/py-gensim/gensim-4.0.1/gensim/corpora/
H A D_mmreader.c9959 PyObject *args, int close_on_genexit) { in __Pyx__Coroutine_Throw() argument
9967 if (__Pyx_PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit) && close_on_genexit) { in __Pyx__Coroutine_Throw()
9984 ret = __Pyx__Coroutine_Throw(yf, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()
9987 …oroutine_Throw(((__pyx_CoroutineAwaitObject*)yf)->coroutine, typ, val, tb, args, close_on_genexit); in __Pyx__Coroutine_Throw()

1234