cpython: 863407e80370 (original) (raw)
Mercurial > cpython
changeset 97631:863407e80370 3.5
Issue #24974: Force fp-model precice in mpdecimal.c on Windows As suggested by Steve Dower and approved by Stefan Krah. [#24974]
Zachary Ware zachary.ware@gmail.com | |
---|---|
date | Thu, 03 Sep 2015 11:52:15 -0500 |
parents | ef1f5aebe1a6 |
children | 88c28d29afe4 c9dbfd8edcaa |
files | Modules/_decimal/libmpdec/mpdecimal.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-)[+] [-] Modules/_decimal/libmpdec/mpdecimal.c 1 |
line wrap: on
line diff
--- 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>