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 mark.dickinson
Recipients Oren Milman, mark.dickinson, serhiy.storchaka, vstinner
Date 2017-03-22.14:04:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490191496.23.0.651297106368.issue29816@psf.upfronthosting.co.za>
In-reply-to
Content
I much prefer the `divrem1`-based version: it makes fewer assumptions about relative sizes of long / long long / size_t and about the number of bits per digit. I'd rather not have another place that would have to be carefully examined in the future if the number of bits per digit changed again. Overall, Objects/longobject.c is highly portable, and I'd like to keep it that way as much as possible.
History
Date User Action Args
2017-03-22 14:04:56mark.dickinsonsetrecipients: + mark.dickinson, vstinner, serhiy.storchaka, Oren Milman
2017-03-22 14:04:56mark.dickinsonsetmessageid: <1490191496.23.0.651297106368.issue29816@psf.upfronthosting.co.za>
2017-03-22 14:04:56mark.dickinsonlinkissue29816 messages
2017-03-22 14:04:56mark.dickinsoncreate