Home
last modified time | relevance | path

Searched refs:long_obj (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dlongobject.c5494 PyObject *long_obj, *bytes; in int_from_bytes_impl() local
5510 long_obj = _PyLong_FromByteArray( in int_from_bytes_impl()
5515 if (long_obj != NULL && type != &PyLong_Type) { in int_from_bytes_impl()
5516 Py_SETREF(long_obj, PyObject_CallOneArg((PyObject *)type, long_obj)); in int_from_bytes_impl()
5519 return long_obj; in int_from_bytes_impl()