Searched refs:PyCThunk_Type (Results 1 – 3 of 3) sorted by relevance
46 PyTypeObject *PyCThunk_Type; member165 #define CThunk_CheckExact(st, v) Py_IS_TYPE(v, st->PyCThunk_Type)
327 p = PyObject_GC_NewVar(CThunkObject, st->PyCThunk_Type, nargs); in CThunkObject_new()
5759 CREATE_TYPE(st->PyCThunk_Type, &cthunk_spec, NULL, NULL); in _ctypes_add_types()5920 Py_VISIT(st->PyCThunk_Type); in module_traverse()5955 Py_CLEAR(st->PyCThunk_Type); in module_clear()