]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #26846: Post commit cleanup.
authorStefan Krah <skrah@bytereef.org>
Tue, 26 Apr 2016 14:34:41 +0000 (16:34 +0200)
committerStefan Krah <skrah@bytereef.org>
Tue, 26 Apr 2016 14:34:41 +0000 (16:34 +0200)
Modules/_decimal/_decimal.c
setup.py

index 3c2ad851baf3adbfa724db88f39c6023c7b392fe..e19bbf224e40171360b8b85cd05f2ac7a830b923 100644 (file)
@@ -36,7 +36,6 @@
 #include <stdlib.h>
 
 #include "docstrings.h"
-#include "memory.h"
 
 
 #if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02040100
index 4a0cb8bb2466cfc089f3713091c1cd66e2dd993e..2e9f9a4c0151621b528e17a2a08a7d6a013099c8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2060,7 +2060,7 @@ class PyBuildExt(build_ext):
               '_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',