[issue5576] Don't use PyLong_SHIFT with _PyLong_AsScaledDouble()

Mark Dickinson report at bugs.python.org
Sat Mar 28 17:41:13 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Thanks for this.  I'll take a look.

How about making the exponent type size_t or Py_ssize_t, rather than 
[unsigned] int?  It seems to me that that fits better with the usual size 
in digits.

----------

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


More information about the Python-bugs-list mailing list