summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2019-07-10 16:27:38 (GMT)
committerGitHub <noreply@github.com>2019-07-10 16:27:38 (GMT)
commitf117d871c467e82d98b127fd77d2542600d67c39 (patch)
treefc1f6d599cf4af5ef0cf82d391d1e7b27714840a /setup.py
parent4749dbe54cfbcae64a06da2623e44f4017032207 (diff)
downloadcpython-f117d871c467e82d98b127fd77d2542600d67c39.zip
cpython-f117d871c467e82d98b127fd77d2542600d67c39.tar.gz
cpython-f117d871c467e82d98b127fd77d2542600d67c39.tar.bz2
Rename memory.c to mpalloc.c for consistency with the header file. (#14687)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e54d31f..3ec89ce 100644
--- a/setup.py
+++ b/setup.py
@@ -2095,7 +2095,7 @@ class PyBuildExt(build_ext):
'_decimal/libmpdec/fnt.c',
'_decimal/libmpdec/fourstep.c',
'_decimal/libmpdec/io.c',
- '_decimal/libmpdec/memory.c',
+ '_decimal/libmpdec/mpalloc.c',
'_decimal/libmpdec/mpdecimal.c',
'_decimal/libmpdec/numbertheory.c',
'_decimal/libmpdec/sixstep.c',