Searched refs:PyContextToken_Type (Results 1 – 6 of 6) sorted by relevance
49 Py_INCREF(&PyContextToken_Type); in _contextvars_exec()51 (PyObject *)&PyContextToken_Type) < 0) in _contextvars_exec()53 Py_DECREF(&PyContextToken_Type); in _contextvars_exec()
16 PyAPI_DATA(PyTypeObject) PyContextToken_Type;22 #define PyContextToken_CheckExact(o) Py_IS_TYPE(o, &PyContextToken_Type)
53 .. c:var:: PyTypeObject PyContextToken_Type72 Return true if *o* is of type :c:data:`PyContextToken_Type`.
1182 PyTypeObject PyContextToken_Type = { variable1202 PyContextToken *tok = PyObject_GC_New(PyContextToken, &PyContextToken_Type); in token_new()1303 (PyType_Ready(&PyContextToken_Type) < 0) || in _PyContext_Init()1311 PyContextToken_Type.tp_dict, "MISSING", missing)) in _PyContext_Init()
906 Python/context.c:PyContextToken_Type PyTypeObject PyContextToken_Type
819 Python/context.c - PyContextToken_Type variable PyTypeObject PyContextToken_Type