]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 20 Mar 2009 15:51:55 +0000 (15:51 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 20 Mar 2009 15:51:55 +0000 (15:51 +0000)
commitefc82f7e8eff19d8e844a3dc268a88de7fbcb173
tree58198f2e7610ba6d33865884487de006de30af85
parentc8e81ef508f0f1dc4e5c31bd0bec2766867fead5
Issue #4258:  Use 30-bit digits for Python longs, on 64-bit platforms.
Backport of r70459.
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