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 pb
Recipients pb, pitrou
Date 2009-01-20.20:39:36
SpamBayes Score 0.0011639592
Marked as misclassified No
Message-id <79990F05-56F1-4514-BE34-5FC355610A5D@gmail.com>
In-reply-to <1232483770.66.0.842416987191.issue5014@psf.upfronthosting.co.za>
Content
I believe it was an infinite recursion, so the stack limit would never  
be big enough, however a recursion limit exceeded exception does sound  
like the correct response. The code was running in mod_python, so I'm  
not sure how apache deals with stack overflows.

Thanks for the help.

Peter Braden
History
Date User Action Args
2009-01-20 20:39:37pbsetrecipients: + pb, pitrou
2009-01-20 20:39:36pblinkissue5014 messages
2009-01-20 20:39:36pbcreate