[issue16192] ctypes - documentation example

Eryk Sun report at bugs.python.org
Thu Jun 2 17:55:45 EDT 2016


Eryk Sun added the comment:

> ``sizeof(long double) == sizeof(double)`` it is an alias to
> :class:`c_double`.  

This should be "``sizeof(long) == sizeof(int)`` ... :class:`c_long`".

----------
resolution: fixed -> 
stage: resolved -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16192>
_______________________________________


More information about the Python-bugs-list mailing list