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 mark.dickinson, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2016-02-09.15:20:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455031258.37.0.674087955972.issue26289@psf.upfronthosting.co.za>
In-reply-to
Content
Since the patch is changed (and may be changed further if accept Mark's suggestion), benchmarks results should be updated.

Is it worth to move the optimization inside l_divmod? Will this speed up or slow down other operations that use l_divmod?
History
Date User Action Args
2016-02-09 15:20:58serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, pitrou, vstinner, yselivanov
2016-02-09 15:20:58serhiy.storchakasetmessageid: <1455031258.37.0.674087955972.issue26289@psf.upfronthosting.co.za>
2016-02-09 15:20:58serhiy.storchakalinkissue26289 messages
2016-02-09 15:20:58serhiy.storchakacreate