diff options
| author | Stefan Krah <skrah@bytereef.org> | 2019-07-10 16:27:38 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-10 16:27:38 (GMT) |
| commit | f117d871c467e82d98b127fd77d2542600d67c39 (patch) | |
| tree | fc1f6d599cf4af5ef0cf82d391d1e7b27714840a /setup.py | |
| parent | 4749dbe54cfbcae64a06da2623e44f4017032207 (diff) | |
| download | cpython-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
