commit | 832bfe2ebd5ecfa92031cd40c8b41835ba90487f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Aug 09 16:15:04 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Aug 09 16:15:04 2011 -0500 |
tree | 7677d685b8f7a7ca7901f2589d92753513b66e01 | |
parent | 450bb594c8be8aca2782c0a862b27d9fa79160b0 [diff] [blame] |
add a AST validator (closes #12575)
diff --git a/Misc/NEWS b/Misc/NEWS index d257632..b8b7915 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #12575: Validate user-generated AST before it is compiled. + - Make type(None), type(Ellipsis), and type(NotImplemented) callable. They return the respective singleton instances.