Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c1306 int has_finalizer; in subtype_dealloc() local
1376 has_finalizer = type->tp_finalize || type->tp_del; in subtype_dealloc()
1407 if (has_finalizer) { in subtype_dealloc()