[issue7201] double Endian problem and more on arm

Meador Inge report at bugs.python.org
Wed Sep 14 20:06:24 CEST 2011


Meador Inge <meadori at gmail.com> added the comment:

The 'test_endian_double' test fails because the 'double' floating-point 
type for an interpreter built for OABI is unknown:

>>> float.__getformat__("float")
'IEEE, little-endian'
>>> float.__getformat__("double")
'unknown'

According to [1], the double format discrepancies seem to be expected.

[1] http://wiki.debian.org/ArmEabiPort#ARM_floating_points

----------

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


More information about the Python-bugs-list mailing list