Armin Rigo <[email protected]> added the comment:

Should be fixed in 10ad80d9a210.  The reason was that a former
CAST_FLOAT_TO_SINGLEFLOAT left garbage in the upper 4 bytes of the singlefloat
word, and then this garbage was different from the null-padded value we get out
of reading the field, in _opimpl_getfield_gc_any_pureornot().

----------
nosy: +arigo

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1749>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to