Re: [Python-Dev] 32 bit to 64 bit migration of C-API(Python)

2013-01-28 Thread abhishek goswami
AM Subject: Re: [Python-Dev] 32 bit to 64 bit migration of C-API(Python) On Sun, Jan 27, 2013 at 3:42 PM, abhishek goswami wrote: > Hi, > I am working in Python-C ApI (Integrated Project). The Project has migrated > to 64 bit machine from 32 bit machine. Every thing was working fine

Re: [Python-Dev] 32 bit to 64 bit migration of C-API(Python)

2013-01-26 Thread Nick Coghlan
On Sun, Jan 27, 2013 at 3:42 PM, abhishek goswami wrote: > Hi, > I am working in Python-C ApI (Integrated Project). The Project has migrated > to 64 bit machine from 32 bit machine. Every thing was working fine in 32 > bit machine. > But we getting following error in 64 bit machine. > " Python int

[Python-Dev] 32 bit to 64 bit migration of C-API(Python)

2013-01-26 Thread abhishek goswami
Hi, I am working in Python-C ApI (Integrated Project). The Project has migrated to 64 bit machine from 32 bit machine. Every thing was working fine in 32 bit machine. But we getting following error in 64 bit machine. " Python int too large to convert to C long". When I start debug the code and