[issue12575] add a AST validator

Benjamin Peterson report at bugs.python.org
Sat Jul 16 19:10:09 CEST 2011


New submission from Benjamin Peterson <benjamin at python.org>:

The goal of this patch to keep people doing silly things like producing a Try with no finalbody or excepthandlers and segfaulting the compiler in unpleasant ways.

----------
components: Interpreter Core
files: ast_validator.patch
keywords: patch
messages: 140505
nosy: benjamin.peterson, ncoghlan
priority: normal
severity: normal
status: open
title: add a AST validator
versions: Python 3.3
Added file: http://bugs.python.org/file22678/ast_validator.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12575>
_______________________________________


More information about the Python-bugs-list mailing list