[Python-checkins] cpython: Issue #26846: Post commit cleanup.

stefan.krah python-checkins at python.org
Tue Apr 26 10:35:21 EDT 2016


https://hg.python.org/cpython/rev/287996ff241f
changeset:   101160:287996ff241f
user:        Stefan Krah <skrah at bytereef.org>
date:        Tue Apr 26 16:34:41 2016 +0200
summary:
  Issue #26846: Post commit cleanup.

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


diff --git a/Modules/_decimal/_decimal.c b/Modules/_decimal/_decimal.c
--- a/Modules/_decimal/_decimal.c
+++ b/Modules/_decimal/_decimal.c
@@ -36,7 +36,6 @@
 #include <stdlib.h>
 
 #include "docstrings.h"
-#include "memory.h"
 
 
 #if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02040100
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -2060,7 +2060,7 @@
               '_decimal/libmpdec/fnt.h',
               '_decimal/libmpdec/fourstep.h',
               '_decimal/libmpdec/io.h',
-              '_decimal/libmpdec/memory.h',
+              '_decimal/libmpdec/mpalloc.h',
               '_decimal/libmpdec/mpdecimal.h',
               '_decimal/libmpdec/numbertheory.h',
               '_decimal/libmpdec/sixstep.h',

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


More information about the Python-checkins mailing list