Searched refs:PyContextVar_Type (Results 1 – 6 of 6) sorted by relevance
41 Py_INCREF(&PyContextVar_Type); in _contextvars_exec()43 (PyObject *)&PyContextVar_Type) < 0) in _contextvars_exec()45 Py_DECREF(&PyContextVar_Type); in _contextvars_exec()
13 PyAPI_DATA(PyTypeObject) PyContextVar_Type;21 #define PyContextVar_CheckExact(o) Py_IS_TYPE(o, &PyContextVar_Type)
49 .. c:var:: PyTypeObject PyContextVar_Type67 Return true if *o* is of type :c:data:`PyContextVar_Type`. *o* must not be
799 PyContextVar *var = PyObject_GC_New(PyContextVar, &PyContextVar_Type); in contextvar_new()1041 PyTypeObject PyContextVar_Type = { variable1302 (PyType_Ready(&PyContextVar_Type) < 0) || in _PyContext_Init()
907 Python/context.c:PyContextVar_Type PyTypeObject PyContextVar_Type
824 Python/context.c - PyContextVar_Type variable PyTypeObject PyContextVar_Type