]> granicus.if.org Git - python/commit
Merged revisions 69634 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 15 Feb 2009 11:04:38 +0000 (11:04 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 15 Feb 2009 11:04:38 +0000 (11:04 +0000)
commit5a74bf63547fc471022238ea66f61f27ca5b9909
treee9411e8cc2a484d2c093fcc54da4b2723ecc5666
parent32732e3fbd67f543ad6591fa6cc0437b43684aa7
Merged revisions 69634 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69634 | mark.dickinson | 2009-02-15 10:13:41 +0000 (Sun, 15 Feb 2009) | 6 lines

  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
Objects/longobject.c