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

Martin v. Löwis report at bugs.python.org
Tue Sep 4 05:01:01 CEST 2007


Martin v. Löwis added the comment:

I'm not sure like the naming of the format. "mixed-endian" could mean
anything. I doubt IEEE specifies this as a possible byte representation
(but then, I'm uncertain whether IEEE specifies big-endian and
little-endian, either).

One option would be to call it "ARM, mixed-endian", assuming this can be
only found on ARM.

Another option would be to call it "IEEE,
bytes-big-words-little-endian", describing precisely how the format
works (IIUC).

Tim, any opinion?

----------
assignee:  -> tim_one
nosy: +loewis, tim_one

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1762561>
_____________________________________


More information about the Python-bugs-list mailing list