Home | History | Annotate | Download | only in Objects

Lines Matching defs:PyLong_Type

92     return PyObject_NEW_VAR(PyLongObject, &PyLong_Type, size);

4001 if (type != &PyLong_Type)
4053 assert(PyType_IsSubtype(type, &PyLong_Type));
4054 tmp = (PyLongObject *)long_new(&PyLong_Type, args, kwds);
4290 PyTypeObject PyLong_Type = {