Message5257

Author kellrott
Recipients fwierzbicki, kellrott
Date 2009-10-22.17:58:34
SpamBayes Score 0.00010969037
Marked as misclassified No
Message-id <1256234315.16.0.999757649285.issue1427@psf.upfronthosting.co.za>
In-reply-to
Content
Is this be caused by the code in org.python.antlr.adapter.ExprAdapter?
The call chain is:
org.python.antlr.ast.Expr.setValue
org.python.antlr.adapter.AstAdapters.py2expr
org.python.antlr.adapter.ExprAdapter.iter2ast
org.python.antlr.adapter.ExprAdapter.py2ast


The py2ast method only includes type checks for PyInteger, PyLong,
PyFloat, PyComplex, PyString, and PyUnicode.  All other elements (like
an 'Assign' class) would default to null, if they were set via 'setValue'.
History
Date User Action Args
2009-10-22 17:58:35kellrottsetmessageid: <1256234315.16.0.999757649285.issue1427@psf.upfronthosting.co.za>
2009-10-22 17:58:35kellrottsetrecipients: + kellrott, fwierzbicki
2009-10-22 17:58:35kellrottlinkissue1427 messages
2009-10-22 17:58:34kellrottcreate