- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message219027
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 | 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:34 | hniksic | set | recipients: + hniksic, mark.dickinson, skrah, jbradaric |
| 2014-05-24 07:22:34 | hniksic | set | messageid: <1400916154.2.0.821881539938.issue21167@psf.upfronthosting.co.za> |
| 2014-05-24 07:22:34 | hniksic | link | issue21167 messages |
| 2014-05-24 07:22:33 | hniksic | create | |

