diff options
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
