summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-04-05 23:15:30 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-04-05 23:15:30 (GMT)
commit0aaaa62200d0bae0b79e578234ab74741da4dad3 (patch)
tree1b96702884e442782d680b45099e0b2462f0d122 /Misc/NEWS
parentcb04acf425ab8cd0921707a73eab10e8c0137f15 (diff)
downloadcpython-0aaaa62200d0bae0b79e578234ab74741da4dad3.zip
cpython-0aaaa62200d0bae0b79e578234ab74741da4dad3.tar.gz
cpython-0aaaa62200d0bae0b79e578234ab74741da4dad3.tar.bz2
Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks() when running on valgrind.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d72e8bb..f60f892 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
+- Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks()
+ when running on valgrind.
+
- Issue #17619: Make input() check for Ctrl-C correctly on Windows.
- Issue #17357: Add missing verbosity messages for -v/-vv that were lost during