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 mark.dickinson
Recipients christian.heimes, docs@python, mark.dickinson, rhettinger
Date 2011-06-25.09:25:51
SpamBayes Score 2.4583668e-11
Marked as misclassified No
Message-id <1308993952.55.0.306232862125.issue12245@psf.upfronthosting.co.za>
In-reply-to
Content
> all it does is give information about the FPU settings at the time that
> Python was compiled

Hmm.  It's actually a bit better than that:  as far as I can tell, it reflects the value of FLT_ROUNDS at the time that Python is started (when the sys module is initialized).  OTOH, FLT_ROUNDS on my machine is #define'd to be 1, in violation of the C standards.
History
Date User Action Args
2011-06-25 09:25:52mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, christian.heimes, docs@python
2011-06-25 09:25:52mark.dickinsonsetmessageid: <1308993952.55.0.306232862125.issue12245@psf.upfronthosting.co.za>
2011-06-25 09:25:52mark.dickinsonlinkissue12245 messages
2011-06-25 09:25:51mark.dickinsoncreate