As stated in 5.4. Numeric Types: Long integers have unlimited precision.
If the implementation of Python
is CPython
, then what can be the underlying representation for the long
type? For sure, it cannot be either int
or long long int
in C/C++
.