Searched refs:PyContext_Type (Results 1 – 4 of 4) sorted by relevance
50 Py_INCREF(&PyContext_Type); in PyInit__contextvars()52 (PyObject *)&PyContext_Type) < 0) in PyInit__contextvars()54 Py_DECREF(&PyContext_Type); in PyInit__contextvars()
10 PyAPI_DATA(PyTypeObject) PyContext_Type;20 #define PyContext_CheckExact(o) (Py_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
332 ctx = PyObject_GC_New(PyContext, &PyContext_Type); in _context_alloc()657 PyTypeObject PyContext_Type = { variable1252 if ((PyType_Ready(&PyContext_Type) < 0) || in _PyContext_Init()