[issue4497] Compiler warnings in longobject.c

Mark Dickinson report at bugs.python.org
Wed Dec 3 10:47:09 CET 2008


Mark Dickinson <dickinsm at gmail.com> added the comment:

This is on Windows, right?  I don't know of any other platforms where 
__int64 is defined.

At a first glance, it looks as though the code's correct, so we probably 
just need to add some casts to silence the compiler.  I'll add them to the 
patch in issue 4393 and check it in sometime soon after 3.0 is released.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4497>
_______________________________________


More information about the Python-bugs-list mailing list