◐ Shell
clean mode source ↗

Message 158360 - Python tracker

> (A static expression with even 100 nested calls fails compilation with a > MemoryError (3.2.3).)

I don't think that's at all related to this issue:  that has to do with the fixed-size parser stack used when parsing Python code (see MAXSTACK in Parser/parser.h).  Nothing to do with the C stack. :-)