Searched refs:PyContextToken_Type (Results 1 – 4 of 4) sorted by relevance
68 Py_INCREF(&PyContextToken_Type); in PyInit__contextvars()70 (PyObject *)&PyContextToken_Type) < 0) in PyInit__contextvars()72 Py_DECREF(&PyContextToken_Type); in PyInit__contextvars()
16 PyAPI_DATA(PyTypeObject) PyContextToken_Type;22 #define PyContextToken_CheckExact(o) (Py_TYPE(o) == &PyContextToken_Type)
53 .. c:var:: PyTypeObject PyContextToken_Type72 Return true if *o* is of type :c:data:`PyContextToken_Type`.
1168 PyTypeObject PyContextToken_Type = { variable1187 PyContextToken *tok = PyObject_GC_New(PyContextToken, &PyContextToken_Type); in token_new()1291 (PyType_Ready(&PyContextToken_Type) < 0) || in _PyContext_Init()1299 PyContextToken_Type.tp_dict, "MISSING", missing)) in _PyContext_Init()