]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
'free-after-use' is not a bug :) (closes #24568)
authorBenjamin Peterson <benjamin@python.org>
Sun, 5 Jul 2015 15:39:47 +0000 (10:39 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 5 Jul 2015 15:39:47 +0000 (10:39 -0500)
Misc/NEWS

index 1496398bb130a654f365706254c8cab971903b49..38462ba075b14b7e5bf1b6f8a6ec5cc58949eae2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -138,7 +138,7 @@ Library
 
 - Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
 
-- Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq's siftup
+- Issues #24099, #24100, and #24101: Fix use-after-use bug in heapq's siftup
   and siftdown functions.
 
 - Backport collections.deque fixes from Python 3.5.  Prevents reentrant badness