]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4258: Make it possible to use 30-bit digits for PyLongs:
authorMark Dickinson <dickinsm@gmail.com>
Wed, 18 Mar 2009 20:06:12 +0000 (20:06 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 18 Mar 2009 20:06:12 +0000 (20:06 +0000)
commitbd7926478de92a2a0ef4440e1a9ae61b706a80d2
treef92ef0133e96195e1875cc74b046474aeb7be155
parente7f45b8e5948d7367c3754b0506b082d1296138f
Issue #4258:  Make it possible to use 30-bit digits for PyLongs:
 - new configure option --enable-big-digits
 - new structseq sys.int_info giving information about the internal format
By default, 30-bit digits are enabled on 64-bit machines but
disabled on 32-bit machines.
15 files changed:
Doc/library/sys.rst
Doc/whatsnew/3.1.rst
Include/longintrepr.h
Include/longobject.h
Include/pyport.h
Lib/test/test_long.py
Lib/test/test_sys.py
Misc/NEWS
Objects/longobject.c
PC/pyconfig.h
Python/marshal.c
Python/sysmodule.c
configure
configure.in
pyconfig.h.in