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
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
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