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 jdemeyer
Recipients jdemeyer, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano
Date 2019-08-19.08:37:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566203857.37.0.4024367137.issue37884@roundup.psfhosted.org>
In-reply-to
Content
> There is a 14% regression in creating a Fraction from an integer

Isn't that the main use case? I suggest to keep the special case for 'int' as fast path to avoid this regression.
History
Date User Action Args
2019-08-19 08:37:37jdemeyersetrecipients: + jdemeyer, rhettinger, mark.dickinson, steven.daprano, serhiy.storchaka
2019-08-19 08:37:37jdemeyersetmessageid: <1566203857.37.0.4024367137.issue37884@roundup.psfhosted.org>
2019-08-19 08:37:37jdemeyerlinkissue37884 messages
2019-08-19 08:37:37jdemeyercreate