pub(crate) fn pylong_from_digits<'py, I: ExactSizeIterator<Item = u32>>( py: Python<'py>, negative: bool, digits: I, ) -> Bound<'py, PyInt>
Py_3_14
Py_LIMITED_API