Searched refs:has_finalizer (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dgcmodule.c504 has_finalizer(PyObject *op) function
551 if (has_finalizer(op)) {
790 if ((debug & DEBUG_SAVEALL) || has_finalizer(op)) {
/external/python/cpython3/Objects/
H A Dtypeobject.c1081 int has_finalizer; local
1147 has_finalizer = type->tp_finalize || type->tp_del;
1178 if (has_finalizer) {

Completed in 149 milliseconds