Message289984
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. |
|
Date |
User |
Action |
Args |
2017-03-22 14:04:56 | mark.dickinson | set | recipients:
+ mark.dickinson, vstinner, serhiy.storchaka, Oren Milman |
2017-03-22 14:04:56 | mark.dickinson | set | messageid: <1490191496.23.0.651297106368.issue29816@psf.upfronthosting.co.za> |
2017-03-22 14:04:56 | mark.dickinson | link | issue29816 messages |
2017-03-22 14:04:56 | mark.dickinson | create | |
|