Mark Dickinson <dicki...@gmail.com> added the comment:

> (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. :-)

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14507>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to