◐ Shell
clean mode source ↗

Message 219027 - Python tracker

Message219027

Author hniksic
Recipients hniksic, jbradaric, mark.dickinson, skrah
Date 2014-05-24.07:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400916154.2.0.821881539938.issue21167@psf.upfronthosting.co.za>
In-reply-to
Content
Note that defaulting to unsafe math in extensions will make *their* use of the Py_NAN macro break under icc.

If we go that route ("-fp-model strict" for Python build, but not for extensions), we should also apply the attached patch that defines Py_NAN as Py_HUGE_VAL / Py_HUGE_VAL.
History
Date User Action Args
2014-05-24 07:22:34hniksicsetrecipients: + hniksic, mark.dickinson, skrah, jbradaric
2014-05-24 07:22:34hniksicsetmessageid: <1400916154.2.0.821881539938.issue21167@psf.upfronthosting.co.za>
2014-05-24 07:22:34hniksiclinkissue21167 messages
2014-05-24 07:22:33hniksiccreate