Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c840 contextvar_tp_dealloc(PyContextVar *self) in contextvar_tp_dealloc() function
1002 .tp_dealloc = (destructor)contextvar_tp_dealloc,