diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-08-15 22:33:45 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-08-15 22:33:45 (GMT) |
commit | 803502c56b1ead3a59ae0d203ebfa6869dc13fb0 (patch) | |
tree | a291ec4c143529e9aa94cd9764e589d8eceb67de /Misc/NEWS | |
parent | 6707906ea5e0df1132d3cd0c77707ccc19948341 (diff) | |
download | cpython-803502c56b1ead3a59ae0d203ebfa6869dc13fb0.zip cpython-803502c56b1ead3a59ae0d203ebfa6869dc13fb0.tar.gz cpython-803502c56b1ead3a59ae0d203ebfa6869dc13fb0.tar.bz2 |
#21167: Fix definition of NAN when ICC used without -fp-model strict.
Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: 2015-08-23 Core and Builtins ----------------- +- Issue #21167: NAN operations are now handled correctly when python is + compiled with ICC even if -fp-model strict is not specified. + Library ------- |