]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68895 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sat, 24 Jan 2009 15:59:38 +0000 (15:59 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 24 Jan 2009 15:59:38 +0000 (15:59 +0000)
commit52245fb5b8c9af3c0a32cebc585ac3c0e2d51b80
treef9918b4ee029e140270880d2752e6b31317913e5
parentc72aca32319c922c7bc44f665b4a3bb89a51b5ff
Merged revisions 68895 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r68895 | mark.dickinson | 2009-01-24 15:56:57 +0000 (Sat, 24 Jan 2009) | 13 lines

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