Searched refs:PyContext_Type (Results 1 – 6 of 6) sorted by relevance
33 Py_INCREF(&PyContext_Type); in _contextvars_exec()35 (PyObject *)&PyContext_Type) < 0) in _contextvars_exec()37 Py_DECREF(&PyContext_Type); in _contextvars_exec()
10 PyAPI_DATA(PyTypeObject) PyContext_Type;20 #define PyContext_CheckExact(o) Py_IS_TYPE(o, &PyContext_Type)
45 .. c:var:: PyTypeObject PyContext_Type62 Return true if *o* is of type :c:data:`PyContext_Type`. *o* must not be
346 ctx = PyObject_GC_New(PyContext, &PyContext_Type); in _context_alloc()688 PyTypeObject PyContext_Type = { variable1301 if ((PyType_Ready(&PyContext_Type) < 0) || in _PyContext_Init()
908 Python/context.c:PyContext_Type PyTypeObject PyContext_Type
821 Python/context.c - PyContext_Type variable PyTypeObject PyContext_Type