[issue1762561] unable to serialize Infinity or NaN on ARM using marshal

Aurelien Jarno report at bugs.python.org
Tue Jul 22 11:04:08 CEST 2008


Aurelien Jarno <aurel32 at debian.org> added the comment:

AFAIK, this "mixed-endian" format is only used on little endian ARM 
(old-ABI only). 

That is true that IEEE 754 does not specify any format. I used the big 
and little endian code as a template to add the "ARM format", hence 
IEEE in the name. "mixed-endian" is the term usually used to describe 
this format in the ARM community. I am not opposed to any other name.

OTOH, if you consider that IEEE does not specify any format, "IEEE, 
little-endian" and "IEEE, big-endian" are also not correct.

----------
nosy: +aurel32

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


More information about the Python-bugs-list mailing list