[issue46917] Require IEEE 754 floating point to build Python 3.11

STINNER Victor report at bugs.python.org
Thu Mar 10 11:46:43 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

See also bpo-46906 "Add PyFloat_(Pack|Unpack)(2|4|8) to the public C API": the implementation supports non-IEEE 754 formats. Once the public C API is added, support for non-IEEE 754 formats should be removed.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46917>
_______________________________________


More information about the Python-bugs-list mailing list