New submission from U.W. <ulrich.wittenb...@web.de>:

Printing very large numbers takes forever.

Example:
print((2**24)**(3840*2160))

That number has about 60 Million digits and my machine is busy now for more 
than an hour and still not finished.

The calculation of the number is no problem, btw. and finishes in under a 
second.

----------
components: Interpreter Core
messages: 370066
nosy: U.W.
priority: normal
severity: normal
status: open
title: print() performance problem with very large numbers
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40793>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to