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 serhiy.storchaka
Recipients U.W., mark.dickinson, serhiy.storchaka
Date 2020-05-27.12:24:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590582267.88.0.437906922303.issue40793@roundup.psfhosted.org>
In-reply-to
Content
It is not a print() problem, it is a problem with converting an integer to decimal string representation. AFAIK it has quadratic complexity from the size of the integer.
History
Date User Action Args
2020-05-27 12:24:27serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, U.W.
2020-05-27 12:24:27serhiy.storchakasetmessageid: <1590582267.88.0.437906922303.issue40793@roundup.psfhosted.org>
2020-05-27 12:24:27serhiy.storchakalinkissue40793 messages
2020-05-27 12:24:27serhiy.storchakacreate