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 facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah
Date 2016-05-08.15:52:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462722734.98.0.0983414928421.issue26974@psf.upfronthosting.co.za>
In-reply-to
Content
The second patch converts an instance of float subclass to exact float. Disadvantages are that this changes behavior ignoring overriding as_integer_ratio() and __abs__() and slightly slows down Python implementation. Advantages are that this fixes also issue26975 and slightly speeds up C implementation.
History
Date User Action Args
2016-05-08 15:52:15serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, facundobatista, mark.dickinson, skrah
2016-05-08 15:52:14serhiy.storchakasetmessageid: <1462722734.98.0.0983414928421.issue26974@psf.upfronthosting.co.za>
2016-05-08 15:52:14serhiy.storchakalinkissue26974 messages
2016-05-08 15:52:14serhiy.storchakacreate