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, pitrou, scoder, serhiy.storchaka, vstinner
Date 2014-09-26.09:22:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411723351.69.0.992569955993.issue22501@psf.upfronthosting.co.za>
In-reply-to
Content
@Serhiy: moving the fast path into l_divmod() has the disadvantage of making it even more complex because we'd then also want to determine the modulus, but only if requested, and it can be 1, 0 or -1, depending on the second value. Sounds like a lot more if's.
History
Date User Action Args
2014-09-26 09:22:31scodersetrecipients: + scoder, mark.dickinson, pitrou, vstinner, serhiy.storchaka
2014-09-26 09:22:31scodersetmessageid: <1411723351.69.0.992569955993.issue22501@psf.upfronthosting.co.za>
2014-09-26 09:22:31scoderlinkissue22501 messages
2014-09-26 09:22:31scodercreate