Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcontext.c887 contextvar_tp_dealloc(PyContextVar *self) in contextvar_tp_dealloc() function
1063 .tp_dealloc = (destructor)contextvar_tp_dealloc,