Message5269

Author fwierzbicki
Recipients fwierzbicki, kellrott
Date 2009-10-27.02:01:55
SpamBayes Score 4.1059693e-09
Marked as misclassified No
Message-id <1256608916.56.0.54765949874.issue1427@psf.upfronthosting.co.za>
In-reply-to
Content
Kyle: thanks for the further analysis. CPython accepts arbitrary Python
objects pretty much anywhere in an ast.py tree, even if it fails at
parse time. Matching up with this behavior will require a complete
re-design (which I plan to do, but it's going to take a while). CPython
separates ast.py from the internal ast -- they are deliberately
different (ast.py is only a mirror of the internal ast so that it can
evolve). Not understanding this, I actually made Jython internal ast
implementation the same as ast.py. I plan to separate these in the
future (CPython design makes loads of sense *slaps forehead*)
History
Date User Action Args
2009-10-27 02:01:56fwierzbickisetmessageid: <1256608916.56.0.54765949874.issue1427@psf.upfronthosting.co.za>
2009-10-27 02:01:56fwierzbickisetrecipients: + fwierzbicki, kellrott
2009-10-27 02:01:56fwierzbickilinkissue1427 messages
2009-10-27 02:01:55fwierzbickicreate