Message 60086 - Python tracker (original) (raw)
Well, I've been a victim of this one yesterday in a real world example. I'm logging the repr of arguments to XMLRPC method calls and we happen to use nested lists, which where deep enough to overflow that stack.
It's now 8 years later and I can live with the parser using 60K memory. I think this limit should be upped a bit.