This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients mark.dickinson, mirabilos, skrah
Date 2013-05-25.22:18:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369520287.82.0.902183008239.issue18062@psf.upfronthosting.co.za>
In-reply-to
Content
I forgot to comment on this:

> fixing this in general would allow keeping the FPUCW on i387 unchanged too.

Actually dtoa.c (which is used on i387) explicitly requires to change
the control word.


Looking at the test results, it seems to me that a couple of tests
could be skipped if PY_NO_SHORT_FLOAT_REPR is defined, i.e.the
failures are fully expected.

Not sure about the lgamma etc. failures though, perhaps that's
an emulator bug.
History
Date User Action Args
2013-05-25 22:18:07skrahsetrecipients: + skrah, mark.dickinson, mirabilos
2013-05-25 22:18:07skrahsetmessageid: <1369520287.82.0.902183008239.issue18062@psf.upfronthosting.co.za>
2013-05-25 22:18:07skrahlinkissue18062 messages
2013-05-25 22:18:07skrahcreate