Re: s_push parser stack overflow

2012-03-20 Thread alister ware
((0)))" >> >> message from python is: s_push parser stack overflow >> >> Can i configure phyton to solve this problem without change MAXSTACK in >> " parser.c" and re-b

Re: s_push parser stack overflow

2012-03-19 Thread MRAB
ssage from python is: s_push parser stack overflow Can i configure phyton to solve this problem without change MAXSTACK in " parser.c" and re-build the python? A quick look at parser.h tells me that it's a hard-coded limit: typedef struct { stackentry *s_top;

s_push parser stack overflow

2012-03-19 Thread Артём Назаров
Hi. Sorry of my english :-) code: print (((0)))" message from python is: s_push parser stack ove