[Python-checkins] cpython (merge 3.5 -> default): Closes #24974: Merge with 3.5

zach.ware python-checkins at python.org
Thu Sep 3 18:58:35 CEST 2015


https://hg.python.org/cpython/rev/88c28d29afe4
changeset:   97632:88c28d29afe4
parent:      97630:e9929da99349
parent:      97631:863407e80370
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Sep 03 11:54:51 2015 -0500
summary:
  Closes #24974: Merge with 3.5

files:
  Modules/_decimal/libmpdec/mpdecimal.c |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Modules/_decimal/libmpdec/mpdecimal.c b/Modules/_decimal/libmpdec/mpdecimal.c
--- a/Modules/_decimal/libmpdec/mpdecimal.c
+++ b/Modules/_decimal/libmpdec/mpdecimal.c
@@ -43,6 +43,7 @@
 #ifdef PPRO
   #if defined(_MSC_VER)
     #include <float.h>
+    #pragma float_control(precise, on)
     #pragma fenv_access(on)
   #elif !defined(__OpenBSD__) && !defined(__NetBSD__)
     /* C99 */

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list