Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dgenobject.h35 PyAPI_FUNC(int) PyGen_NeedsFinalizing(PyGenObject *);
/external/python/cpython2/Objects/
Dgenobject.c400 PyGen_NeedsFinalizing(PyGenObject *gen) in PyGen_NeedsFinalizing() function
/external/python/cpython2/PC/os2emx/
Dpython27.def351 "PyGen_NeedsFinalizing"
/external/python/cpython2/Modules/
Dgcmodule.c513 return PyGen_NeedsFinalizing((PyGenObject *)op); in has_finalizer()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst990 * The C function ``PyGen_NeedsFinalizing`` has been removed. It was not
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst5579 The C function ``PyGen_NeedsFinalizing`` has been removed. It was not