This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients mark.dickinson, rhettinger
Date 2008-12-02.21:40:56
SpamBayes Score 0.055610046
Marked as misclassified No
Message-id <1228254057.05.0.396322901088.issue4497@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-12-02 21:40:57rhettingersetrecipients: + rhettinger, mark.dickinson
2008-12-02 21:40:57rhettingersetmessageid: <1228254057.05.0.396322901088.issue4497@psf.upfronthosting.co.za>
2008-12-02 21:40:56rhettingerlinkissue4497 messages
2008-12-02 21:40:56rhettingercreate