Files
cpython/Objects
Mark Dickinson ff84aa87b4 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:27:44 +00:00
..
2009-01-20 18:58:27 +00:00
2008-12-28 11:54:53 +00:00
2008-07-24 07:04:55 +00:00
2008-12-03 15:42:10 +00:00
2006-08-01 16:24:30 +00:00
2008-08-24 05:04:52 +00:00