[issue40793] print() performance problem with very large numbers

U.W. report at bugs.python.org
Tue Jun 2 09:42:37 EDT 2020


U.W. <ulrich.wittenberg at web.de> added the comment:

Well, the number in itself is not so useful, but...

- I encountered a performance problem in Python where I did not expect one
- Other people will encounter that, too, and now they easily find the reason behind it (I would not have opened this bug if I had found an explanation)
- Hopefully someone is bored enough to fix it and that will make Python an even better tool than it is already. This number can then be used as an example to recretew the problem and verify the solution.

- Hopefully no bad guy exploits this weakness by sending large numbers like this one to servers just to see if it triggers a denial of service...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40793>
_______________________________________


More information about the Python-bugs-list mailing list