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

Nir Soffer report at bugs.python.org
Tue Mar 13 12:13:09 CET 2012


Nir Soffer <nirsof at gmail.com> added the comment:

As someone who has to develop on ARM OABI, I find this won't fix policy rather frustrating.

If you happen to need this patch on 2.7, this is the same patch as arm-float2.diff, which can be applied cleanly to release 2.7.2.

Changes from arm-float2.diff:
- Remove whitespace only changes
- Replace tabs with spaces
- Fixed indentation in changed code

Enjoy.

----------
nosy: +nirs
Added file: http://bugs.python.org/file24818/arm-oabi-float-2.7.patch

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


More information about the Python-bugs-list mailing list