This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author U.W.
Recipients U.W.
Date 2020-05-27.12:03:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590581039.49.0.292614137466.issue40793@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-05-27 12:03:59U.W.setrecipients: + U.W.
2020-05-27 12:03:59U.W.setmessageid: <1590581039.49.0.292614137466.issue40793@roundup.psfhosted.org>
2020-05-27 12:03:59U.W.linkissue40793 messages
2020-05-27 12:03:59U.W.create