Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius

On Wed, 4 Dec 2019, 06:52 Chris Angelico, <[email protected]> wrote:

> 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)

>
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/JEOAUIDLTKOC72R3WB64JLXRDRGUCTGU/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to