mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +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
2
setup.py
2
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue