Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.
commit9228ee507b0f3aa9c41ba0d09f7184a6866b96a7
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 20 Mar 2009 15:51:55 +0000 (20 15:51 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 20 Mar 2009 15:51:55 +0000 (20 15:51 +0000)
treea9453cf3fcf8635d7f5b255706adb992273e0582
parentfec61cfcb1203a8aa324491bcc664a55c5b67f4f
Issue #4258:  Use 30-bit digits for Python longs, on 64-bit platforms.
Backport of r70459.

git-svn-id: http://svn.python.org/projects/python/trunk@70479 6015fed2-1504-0410-9fe1-9d1591cc4771
17 files changed:
Doc/library/sys.rst
Doc/whatsnew/2.7.rst
Include/longintrepr.h
Include/longobject.h
Include/pyport.h
Include/pythonrun.h
Lib/test/test_long.py
Lib/test/test_sys.py
Misc/NEWS
Objects/longobject.c
PC/pyconfig.h
Python/marshal.c
Python/pythonrun.c
Python/sysmodule.c
configure
configure.in
pyconfig.h.in