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 eryksun
Recipients berker.peksag, eryksun, python-dev
Date 2016-06-02.21:55:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464904545.28.0.585672531474.issue16192@psf.upfronthosting.co.za>
In-reply-to
Content
> ``sizeof(long double) == sizeof(double)`` it is an alias to
> :class:`c_double`.  

This should be "``sizeof(long) == sizeof(int)`` ... :class:`c_long`".
History
Date User Action Args
2016-06-02 21:55:45eryksunsetrecipients: + eryksun, python-dev, berker.peksag
2016-06-02 21:55:45eryksunsetmessageid: <1464904545.28.0.585672531474.issue16192@psf.upfronthosting.co.za>
2016-06-02 21:55:45eryksunlinkissue16192 messages
2016-06-02 21:55:45eryksuncreate