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-22.15:05:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566486352.16.0.474524091142.issue37884@roundup.psfhosted.org>
In-reply-to
Content
May I propose PR 15327 as alternative? It solves some of the same issues as the PR on this issue, in particular supporting arbitrary objects with as_integer_ratio(). It also improves performance somewhat for certain inputs, but that's more by accident.
History
Date User Action Args
2019-08-22 15:05:52jdemeyersetrecipients: + jdemeyer, rhettinger, mark.dickinson, steven.daprano, serhiy.storchaka
2019-08-22 15:05:52jdemeyersetmessageid: <1566486352.16.0.474524091142.issue37884@roundup.psfhosted.org>
2019-08-22 15:05:52jdemeyerlinkissue37884 messages
2019-08-22 15:05:52jdemeyercreate