Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h34 PyObject *BitXor_singleton; member
/third_party/python/Python/
DPython-ast.c48 Py_CLEAR(state->BitXor_singleton); in _PyAST_Fini()
1570 state->BitXor_singleton = PyType_GenericNew((PyTypeObject in init_types()
1573 if (!state->BitXor_singleton) return 0; in init_types()
4709 Py_INCREF(state->BitXor_singleton); in ast2obj_operator()
4710 return state->BitXor_singleton; in ast2obj_operator()