Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c438 context_tp_dealloc(PyContext *self) in context_tp_dealloc() function
665 .tp_dealloc = (destructor)context_tp_dealloc,