Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h43 PyObject *Del_singleton; member
/third_party/python/Python/
DPython-ast.c57 Py_CLEAR(state->Del_singleton); in _PyAST_Fini()
1476 state->Del_singleton = PyType_GenericNew((PyTypeObject *)state->Del_type, in init_types()
1478 if (!state->Del_singleton) return 0; in init_types()
4658 Py_INCREF(state->Del_singleton); in ast2obj_expr_context()
4659 return state->Del_singleton; in ast2obj_expr_context()