Files
cpython/Objects
Mark Dickinson 76eb789ce0 Merged revisions 68890 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68890 | mark.dickinson | 2009-01-24 15:27:44 +0000 (Sat, 24 Jan 2009) | 6 lines

  Issue #4393: fix 3 classes of potential portability problems in longobject.c:
   - fix some places where counters into ob_digit were declared as
     int instead of Py_ssize_t
   - add (twodigit) casts where necessary
   - fix code in _PyLong_AsByteArray that uses << on negative values
........
2009-01-24 15:42:34 +00:00
..
2008-07-24 07:04:55 +00:00
2008-07-30 17:45:10 +00:00
2006-08-01 16:24:30 +00:00
2008-08-24 05:04:52 +00:00