[pypy-dev] undefined symbol in ParserGenerator
Terrence Cole
list-sink at trainedmonkeystudios.org
Mon Apr 19 03:31:11 CEST 2010
In pypy/interpreter/pyparser/metaparser.py in get_first on line 233:
the name 'symbol' is undefined.
I hit this when parsing the python grammar from the 3.1.2 release.
Oddly, the current py3k trunk does not hit this. I'll dig more to see
if I can figure out why the grammar is causing this, but the error
handling here is obviously bogus, so I thought I'd go ahead and report
it.
-Terrence
More information about the Pypy-dev
mailing list