pub(crate) fn pylong_from_digits<I: ExactSizeIterator<Item = u32>>(
py: Python<'_>,
negative: bool,
digits: I,
) -> Bound<'_, PyInt>Available on
Py_3_15, or Py_3_14 and non-Py_LIMITED_API only.