From 3ce0b06712d0bb5bd39e3c420b99f03553edcc50 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 5 Jul 2015 10:39:47 -0500 Subject: 'free-after-use' is not a bug :) (closes #24568) --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 1496398..38462ba 100644 --- 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 -- cgit v0.12