Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
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()