[New-bugs-announce] [issue4497] Compiler warnings in longobject.c

Raymond Hettinger report at bugs.python.org
Tue Dec 2 22:40:57 CET 2008


New submission from Raymond Hettinger <rhettinger at users.sourceforge.net>:

longobject.c
..\..\Objects\longobject.c(201) : warning C4244: '=' : conversion from
'long' to 'digit', possible loss of data
..\..\Objects\longobject.c(212) : warning C4244: '=' : conversion from
'long' to 'digit', possible loss of data
..\..\Objects\longobject.c(1063) : warning C4244: 'function' :
conversion from '__int64' to 'int', possible loss of data
..\..\Objects\longobject.c(1106) : warning C4244: 'function' :
conversion from 'unsigned __int64' to 'long', possible loss of data

----------
assignee: marketdickinson
components: Interpreter Core
messages: 76789
nosy: marketdickinson, rhettinger
priority: normal
severity: normal
status: open
title: Compiler warnings in longobject.c
versions: Python 3.0

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


More information about the New-bugs-announce mailing list