[issue29816] Get rid of C limitation for shift count in right shift

Serhiy Storchaka report at bugs.python.org
Mon Mar 20 15:01:21 EDT 2017


Serhiy Storchaka added the comment:

Here are two patches. The first uses C long long arithmetic (it corresponds current PR 680), the second uses PyLong arithmetic. What is easier to read and verify?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29816>
_______________________________________


More information about the Python-bugs-list mailing list