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 /Modules | |
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 'Modules')
-rw-r--r-- | Modules/_decimal/libmpdec/README.txt | 2 | ||||
-rw-r--r-- | Modules/_decimal/libmpdec/mpalloc.c (renamed from Modules/_decimal/libmpdec/memory.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_decimal/libmpdec/README.txt b/Modules/_decimal/libmpdec/README.txt index 4e0e4f3..dc97820 100644 --- a/Modules/_decimal/libmpdec/README.txt +++ b/Modules/_decimal/libmpdec/README.txt @@ -20,7 +20,7 @@ Files required for the Python _decimal module context.c -> Context functions. io.{c,h} -> Conversions between mpd_t and ASCII strings, mpd_t formatting (allows UTF-8 fill character). - memory.{c,h} -> Allocation handlers with overflow detection + mpalloc.{c,h} -> Allocation handlers with overflow detection and functions for switching between static and dynamic mpd_t. mpdecimal.{c,h} -> All (quiet) functions of the specification. diff --git a/Modules/_decimal/libmpdec/memory.c b/Modules/_decimal/libmpdec/mpalloc.c index a854e09..a854e09 100644 --- a/Modules/_decimal/libmpdec/memory.c +++ b/Modules/_decimal/libmpdec/mpalloc.c |