summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9360f28..5c5c78c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,10 @@ Library
Build
-----
+- Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the
+ private memory allocation scheme in dtoa.c and use PyMem_Malloc and
+ PyMem_Free instead. Also disable caching of powers of 5.
+
- Issue #7658: Ensure that the new pythonw executable works on OSX 10.4
- Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on