diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-07-08 18:06:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-07-08 18:06:04 (GMT) |
commit | 68aecb5619efa3b203964f94b7aef5fdd42b2fde (patch) | |
tree | 17b6f25111f20dfe0aeceecc1f0190a5a4e553e8 | |
parent | 8107176f9b540dbcec16d0a551f5cee4e26e4f74 (diff) | |
download | cpython-68aecb5619efa3b203964f94b7aef5fdd42b2fde.zip cpython-68aecb5619efa3b203964f94b7aef5fdd42b2fde.tar.gz cpython-68aecb5619efa3b203964f94b7aef5fdd42b2fde.tar.bz2 |
add news note for 85cccc38d01c
-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. |