Message158360
> (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. :-) |
|
| Date |
User |
Action |
Args |
| 2012-04-15 19:45:35 | mark.dickinson | set | recipients:
+ mark.dickinson, rhettinger, terry.reedy, pitrou, kristjan.jonsson, vstinner, ezio.melotti, meador.inge, progrper |
| 2012-04-15 19:45:35 | mark.dickinson | set | messageid: <1334519135.5.0.995956729292.issue14507@psf.upfronthosting.co.za> |
| 2012-04-15 19:45:34 | mark.dickinson | link | issue14507 messages |
| 2012-04-15 19:45:34 | mark.dickinson | create | |
|