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 Andrew Turner
Recipients Andrew Turner, Arfrever, emaste, koobs, mark.dickinson, skrah, vstinner
Date 2016-01-20.17:03:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453309383.45.0.729655209325.issue24520@psf.upfronthosting.co.za>
In-reply-to
Content
I think this patch is correct.

Clang, as shipped by FreeBSD, doesn't support FENV_ACCESS. It raises the following warning:

fenv_test.c:2:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
#pragma STDC FENV_ACCESS ON
             ^
1 warning generated.

I expect the man page mentions it because it is mentioned in the standard. In the bugs section it does say the pragma is unimplemented.
History
Date User Action Args
2016-01-20 17:03:03Andrew Turnersetrecipients: + Andrew Turner, mark.dickinson, vstinner, Arfrever, skrah, koobs, emaste
2016-01-20 17:03:03Andrew Turnersetmessageid: <1453309383.45.0.729655209325.issue24520@psf.upfronthosting.co.za>
2016-01-20 17:03:03Andrew Turnerlinkissue24520 messages
2016-01-20 17:03:03Andrew Turnercreate