Berker Peksag added the comment:

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

----------
nosy: +berker.peksag
stage:  -> needs patch
status: closed -> open
versions: +Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16192>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to