From 68aecb5619efa3b203964f94b7aef5fdd42b2fde Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 8 Jul 2012 11:06:04 -0700 Subject: add news note for 85cccc38d01c --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 05139f2..298065e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,8 @@ What's New in Python 3.3.0 Beta 2? Core and Builtins ----------------- +- Issue #15293: Add GC support to the AST base node type. + - Issue #15291: Fix a memory leak where AST nodes where not properly deallocated. -- cgit v0.12