We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432dfcf commit 8d013a8Copy full SHA for 8d013a8
2 files changed
Modules/_decimal/_decimal.c
@@ -36,7 +36,6 @@
36
#include <stdlib.h>
37
38
#include "docstrings.h"
39
-#include "memory.h"
40
41
42
#if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02040100
setup.py
@@ -2060,7 +2060,7 @@ def _decimal_ext(self):
2060
'_decimal/libmpdec/fnt.h',
2061
'_decimal/libmpdec/fourstep.h',
2062
'_decimal/libmpdec/io.h',
2063
- '_decimal/libmpdec/memory.h',
+ '_decimal/libmpdec/mpalloc.h',
2064
'_decimal/libmpdec/mpdecimal.h',
2065
'_decimal/libmpdec/numbertheory.h',
2066
'_decimal/libmpdec/sixstep.h',
0 commit comments