[issue43940] int casting to float results to a different value in memory

Huang Yang report at bugs.python.org
Sun Apr 25 23:00:01 EDT 2021


Huang Yang <yang.huang at intel.com> added the comment:

It's reproducible only if the float is nan, with prefix 7f or ff.
Seems the value is OR operated by 0x00400000.

----------

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


More information about the Python-bugs-list mailing list