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 scoder
Recipients mark.dickinson, scoder
Date 2014-09-22.18:58:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411412314.73.0.0652468651608.issue22464@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch - there is a somewhat hidden attempt in the code to keep nominator and denominater plain int values, not subtypes. That means that it's safer to restrict the optimisation to plain ints as well, which should still hit >95% of the use cases.
History
Date User Action Args
2014-09-22 18:58:34scodersetrecipients: + scoder, mark.dickinson
2014-09-22 18:58:34scodersetmessageid: <1411412314.73.0.0652468651608.issue22464@psf.upfronthosting.co.za>
2014-09-22 18:58:34scoderlinkissue22464 messages
2014-09-22 18:58:34scodercreate