]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5260: Various portability and standards compliance fixes, optimizations
authorMark Dickinson <dickinsm@gmail.com>
Sun, 15 Feb 2009 10:13:41 +0000 (10:13 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 15 Feb 2009 10:13:41 +0000 (10:13 +0000)
commit2ffb26fb83b4c559d1f4cd3a26cda6d7234e809d
treefc58678a4ae4a4fab0f600fa8a23dc9b03c3d010
parent5b8c701eef1b34fb5cdf3b1ecb4fefd927df2fae
Issue #5260: Various portability and standards compliance fixes, optimizations
and cleanups in Objects/longobject.c.  The most significant change is that
longs now use less memory:  average savings are 2 bytes per long on 32-bit
systems and 6 bytes per long on 64-bit systems.  (This memory saving already
exists in py3k.)
Include/longintrepr.h
Lib/test/test_sys.py
Misc/NEWS
Objects/longobject.c