Mark Dickinson added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29816>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to