[issue4393] Portability fixes in longobject.c

2009-01-24 Thread Mark Dickinson
Mark Dickinson added the comment: Fixed in r68890, r68891, r68895 and r68896 -- status: open -> closed ___ Python tracker ___ ___ Pyth

[issue4393] Portability fixes in longobject.c

2008-12-03 Thread Mark Dickinson
Mark Dickinson <[EMAIL PROTECTED]> added the comment: See also issue 4497 for some compiler warnings that need to be silenced. -- assignee: -> marketdickinson ___ Python tracker <[EMAIL PROTECTED]> _

[issue4393] Portability fixes in longobject.c

2008-11-23 Thread Mark Dickinson
New submission from Mark Dickinson <[EMAIL PROTECTED]>: This patch fixes 3 classes of bugs in Objects/longobject.c: (1) declarations of a variable (usually a counter into the digits of a PyLong) as int instead of Py_ssize_t. (2) missing (twodigits) casts from multiplies and shifts. (3) use of '<