• Mark Dickinson's avatar
    Merged revisions 68890 via svnmerge from · 17e55876
    Mark Dickinson authored
    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
    ........
    17e55876
longobject.c 97.7 KB