[Python-Dev] 2.5, 64 bit

2006-10-09 Thread Kristján V . Jónsson
the VisualStudio8 64 bit build of 2.5 doesn't compile clean. We have a number of warnings of truncation from 64 bit to 32: Often it is a question of doing an explicit cast, but sometimes we are using "int" for results from strlen and such. Is there any interest in fixing this up? Cheers,

Re: [Python-Dev] 2.5, 64 bit

2006-10-09 Thread Martin v. Löwis
Kristján V. Jónsson schrieb: the VisualStudio8 64 bit build of 2.5 doesn't compile clean. We have a number of warnings of truncation from 64 bit to 32: Often it is a question of doing an explicit cast, but sometimes we are using int for results from strlen and such. Is there any interest