Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlongobject.c120 #define MAX_LONG_DIGITS \ macro
132 if (size > (Py_ssize_t)MAX_LONG_DIGITS) { in _PyLong_New()
2359 if (fsize_z > (double)MAX_LONG_DIGITS) { in PyLong_FromString()