HomeSort by relevance Sort by last modified time
    Searched refs:_PyEval_SetAsyncGenFinalizer (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
ceval.h 40 PyAPI_FUNC(void) _PyEval_SetAsyncGenFinalizer(PyObject *);
  /external/python/cpython3/Python/
sysmodule.c 874 _PyEval_SetAsyncGenFinalizer(finalizer);
877 _PyEval_SetAsyncGenFinalizer(NULL);
    [all...]
ceval.c     [all...]

Completed in 351 milliseconds