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 mark.dickinson
Recipients mark.dickinson, rhettinger
Date 2008-12-03.09:47:08
SpamBayes Score 5.382861e-07
Marked as misclassified No
Message-id <1228297629.86.0.440555038849.issue4497@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-03 09:47:10mark.dickinsonsetrecipients: + mark.dickinson, rhettinger
2008-12-03 09:47:09mark.dickinsonsetmessageid: <1228297629.86.0.440555038849.issue4497@psf.upfronthosting.co.za>
2008-12-03 09:47:09mark.dickinsonlinkissue4497 messages
2008-12-03 09:47:08mark.dickinsoncreate