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 Andrew Turner, Arfrever, emaste, koobs, mark.dickinson, skrah, vstinner
Date 2015-09-21.14:42:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442846569.9.0.0985151677741.issue24520@psf.upfronthosting.co.za>
In-reply-to
Content
In theory we should set FENV_ACCESS whenever the control word is
changed (C99):

"If part of a program tests floating-point status flags, sets
floating-point control modes, or runs under non-default mode
settings, but was translated with the state for the FENV_ACCESS
pragma "off", the behavior is undefined."


In practice gcc ignores the pragma, icc and cl.exe use it, not
sure about clang.
History
Date User Action Args
2015-09-21 14:42:49skrahsetrecipients: + skrah, mark.dickinson, vstinner, Arfrever, koobs, emaste, Andrew Turner
2015-09-21 14:42:49skrahsetmessageid: <1442846569.9.0.0985151677741.issue24520@psf.upfronthosting.co.za>
2015-09-21 14:42:49skrahlinkissue24520 messages
2015-09-21 14:42:49skrahcreate