Hrvoje Nikšić added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to