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 ragreddy
Recipients mark.dickinson, ragreddy, rhettinger, serhiy.storchaka, vstinner
Date 2016-04-14.23:11:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460675484.57.0.691119507888.issue26743@psf.upfronthosting.co.za>
In-reply-to
Content
Here is one output:

root@fpc0:~# grep IEEE /usr/include/python2.7/pyconfig-32.h
/* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
/* #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 */
/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
/* #undef DOUBLE_IS_BIG_ENDIAN_IEEE754 */
/* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
/* #undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 */
/* #undef HAVE_IEEEFP_H */
/* #undef HAVE_LIBIEEE */
/* Define to activate features from IEEE Stds 1003.1-2001 */
root@fpc0:~#
History
Date User Action Args
2016-04-14 23:11:24ragreddysetrecipients: + ragreddy, rhettinger, mark.dickinson, vstinner, serhiy.storchaka
2016-04-14 23:11:24ragreddysetmessageid: <1460675484.57.0.691119507888.issue26743@psf.upfronthosting.co.za>
2016-04-14 23:11:24ragreddylinkissue26743 messages
2016-04-14 23:11:24ragreddycreate