[issue4258] Use 30-bit digits instead of 15-bit digits for Python integers.

STINNER Victor report at bugs.python.org
Tue Nov 11 03:24:18 CET 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

I like the idea of sys.int_info, but I would prefer a "base" attribute 
than "bits_per_digit". A base different than 2^n might be used (eg. a 
base like 10^n for fast conversion from/to string).

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


More information about the Python-bugs-list mailing list