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 berker.peksag
Recipients berker.peksag, eryksun
Date 2015-01-09.16:42:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420821769.48.0.794875073587.issue16192@psf.upfronthosting.co.za>
In-reply-to
Content
> It's not correct that "[The c_int] type is an alias for the c_long type on 32-bit systems". Actually it's an alias if int and long are the same size.

It's already documented at https://docs.python.org/dev/library/ctypes.html#ctypes.c_int

    "On platforms where sizeof(int) == sizeof(long) it is an alias to c_long."

Do you want to write a patch to update the original note?
History
Date User Action Args
2015-01-09 16:42:49berker.peksagsetrecipients: + berker.peksag, eryksun
2015-01-09 16:42:49berker.peksagsetmessageid: <1420821769.48.0.794875073587.issue16192@psf.upfronthosting.co.za>
2015-01-09 16:42:49berker.peksaglinkissue16192 messages
2015-01-09 16:42:49berker.peksagcreate