CTypes on a 64 bit machine truncates pointers to 32 bits?

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Sun Sep 21 02:54:52 EDT 2008


In message <rNOSPAMon-B959CC.23290518092008 at news.gha.chartermi.net>, Ron
Garret wrote:

> Default return type is int, which I assumed would be
> 64 bits on a 64 bit machine, but turns out it's 32.  Stupid.

I think preferred ABIs these days are LP64, not ILP64 or LLP64.



More information about the Python-list mailing list