mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Rename memory.c to mpalloc.c for consistency with the header file. (#14687)
This commit is contained in:
parent
4749dbe54c
commit
f117d871c4
5 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue