Lines Matching full:long_overflow
246 int long_overflow;247 value = PyLong_AsLongAndOverflow(obj, &long_overflow);248 if (long_overflow)