[issue11734] Add half-float (16-bit) support to struct module

Mark Dickinson report at bugs.python.org
Sun Feb 8 12:11:01 CET 2015


Mark Dickinson added the comment:

Refreshed and updated patch, cleaning up some style issues, fixing a failure to return -1 on exception in np_halffloat, and removing some endianness-determining casty expressions in favour of using PY_LITTLE_ENDIAN.

----------
Added file: http://bugs.python.org/file38043/cpython-struct-float16-v7.patch

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


More information about the Python-bugs-list mailing list