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 bc
Recipients Anselmo Melo, bc, mgorny, vstinner, ware
Date 2020-04-02.00:24:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585787100.15.0.433706203983.issue39503@roundup.psfhosted.org>
In-reply-to
Content
Instead of

repeat_10_3 = 'Basic ' + ', ' * (10 ** 3) + simple

in the benchmark, try

repeat_10_3 = 'Basic ' + ', ' * (10 ** 3) + 'A'
History
Date User Action Args
2020-04-02 00:25:00bcsetrecipients: + bc, vstinner, mgorny, ware, Anselmo Melo
2020-04-02 00:25:00bcsetmessageid: <1585787100.15.0.433706203983.issue39503@roundup.psfhosted.org>
2020-04-02 00:25:00bclinkissue39503 messages
2020-04-02 00:25:00bccreate