GAE + recursion limit

Paul McGuire ptmcg at austin.rr.com
Fri Jul 2 16:49:06 EDT 2010


> Does anyone have any clue what that might be?
> Why the problem is on GAE (even when run locally), when command line
> run works just fine (even with recursion limit decreased)?

Can't explain why you see different behavior on GAE vs. local, but it
is unusual for a "small" translator to flirt with recursion limit.  I
don't usually see parsers come close to this with fewer than 40 or 50
sub-expressions.  You may have some left-recursion going on.  Can you
post your translator somewhere, perhaps on pastebin, or on the
pyparsing wiki Discussion page (pyparsing.wikispaces.com)?

-- Paul



More information about the Python-list mailing list