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 Sergey.Kirpichev
Recipients Sergey.Kirpichev, asmeurer, mark.dickinson, rhettinger, scoder, terry.reedy, tim.peters
Date 2021-05-17.12:07:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621253259.33.0.710210520887.issue43420@roundup.psfhosted.org>
In-reply-to
Content
> I'll have to see if the slowdown can be mitigated somehow.

Yes, for small components this is a known slowdown.  I'm trying to mitigate that case in https://github.com/python/cpython/pull/25518.  Except for the mixed mode (Fraction's+int) - this match the original performance.
History
Date User Action Args
2021-05-17 12:07:39Sergey.Kirpichevsetrecipients: + Sergey.Kirpichev, tim.peters, rhettinger, terry.reedy, mark.dickinson, scoder, asmeurer
2021-05-17 12:07:39Sergey.Kirpichevsetmessageid: <1621253259.33.0.710210520887.issue43420@roundup.psfhosted.org>
2021-05-17 12:07:39Sergey.Kirpichevlinkissue43420 messages
2021-05-17 12:07:39Sergey.Kirpichevcreate