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

Mark Dickinson report at bugs.python.org
Tue Apr 23 09:19:41 CEST 2013


Mark Dickinson added the comment:

I don't see how math.isnan or math.isinf would be affected: we're not proposing to make a float16 Python type, so math.isnan would never encounter a float16 value.

----------

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


More information about the Python-bugs-list mailing list