This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients ezio.melotti, kristjan.jonsson, mark.dickinson, meador.inge, pitrou, progrper, rhettinger, terry.reedy, vstinner
Date 2012-04-15.19:45:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334519135.5.0.995956729292.issue14507@psf.upfronthosting.co.za>
In-reply-to
Content
> (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. :-)
History
Date User Action Args
2012-04-15 19:45:35mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, terry.reedy, pitrou, kristjan.jonsson, vstinner, ezio.melotti, meador.inge, progrper
2012-04-15 19:45:35mark.dickinsonsetmessageid: <1334519135.5.0.995956729292.issue14507@psf.upfronthosting.co.za>
2012-04-15 19:45:34mark.dickinsonlinkissue14507 messages
2012-04-15 19:45:34mark.dickinsoncreate