From: Benjamin Peterson Date: Sun, 8 Jul 2012 18:06:04 +0000 (-0700) Subject: add news note for 85cccc38d01c X-Git-Tag: v3.3.0b2~274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68aecb5619efa3b203964f94b7aef5fdd42b2fde;p=thirdparty%2FPython%2Fcpython.git add news note for 85cccc38d01c --- diff --git a/Misc/NEWS b/Misc/NEWS index 05139f2afc8c..298065ed5968 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.