[Python-Dev] Re: Another test_compiler mystery (original) (raw)

Fred L. Drake, Jr. fdrake at acm.org
Tue Aug 10 21:25:57 CEST 2004


On Tuesday 10 August 2004 03:16 pm, Armin Rigo wrote:

syntax trees. I also wonder if the parser module tries to be safe again C stack overflow when building hugely nested data structures.

No, it really doesn't, though it probably should be a little careful.

Switching to a less recursive approach may be a good idea, but not sure what would cause the most pain in implementation.

-Fred

-- Fred L. Drake, Jr.



More information about the Python-Dev mailing list