Stefan Behnel added the comment:

@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.

----------

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

Reply via email to