[issue12589] test_long.test_nan_inf() failed on OpenBSD (powerpc)

Mark Dickinson report at bugs.python.org
Thu Jul 21 14:57:30 CEST 2011


Mark Dickinson <dickinsm at gmail.com> added the comment:

The result of:

struct.pack("d", float("inf"))

would also be interesting.  I'd expect to see:

'\x7f\xf0\x00\x00\x00\x00\x00\x00'

----------

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


More information about the Python-bugs-list mailing list