diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-05 23:15:30 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-05 23:15:30 (GMT) |
commit | 0aaaa62200d0bae0b79e578234ab74741da4dad3 (patch) | |
tree | 1b96702884e442782d680b45099e0b2462f0d122 /Misc/NEWS | |
parent | cb04acf425ab8cd0921707a73eab10e8c0137f15 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |