[Python-checkins] cpython (merge 3.6 -> default): Merge 3.6.

stefan.krah python-checkins at python.org
Sat Feb 4 08:59:40 EST 2017


https://hg.python.org/cpython/rev/038dd5e1f01b
changeset:   106417:038dd5e1f01b
parent:      106415:ee64f4374daf
parent:      106416:b60b46ad8751
user:        Stefan Krah <skrah at bytereef.org>
date:        Sat Feb 04 14:59:11 2017 +0100
summary:
  Merge 3.6.

files:
  setup.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -2015,7 +2015,7 @@
                                                          'Modules',
                                                          '_decimal',
                                                          'libmpdec'))]
-            libraries = []
+            libraries = self.detect_math_libs()
             sources = [
               '_decimal/_decimal.c',
               '_decimal/libmpdec/basearith.c',

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


More information about the Python-checkins mailing list