Python made the choice to NOT limit
its integers, and I haven't heard of any non-toy examples where an
attacker causes you to evaluate 2**2**100 and eats up all your RAM.
Happened with an IRC bot of mine, allowed calculations (hey you need to keep rolling out new features). Someone calculated-crashed the bot by overstepping that limit (was the day i learnt that feature of Py)