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 pitrou
Recipients georg.brandl, ggenellina, loewis, pitrou
Date 2009-03-01.16:44:21
SpamBayes Score 0.0015154398
Marked as misclassified No
Message-id <1235925919.13427.3.camel@fsol>
In-reply-to <[email protected]>
Content
The fact it fails only the second time is by design, although I'm not
sure the design is useful, and it's probably not documented anywhere.
The error message says it : "Cannot *recover* from stack overflow",
which means there was a first stack overflow, and Python thinks it has
failed recovering from it since a second stack overflow occurred
afterwards.

We could probably make the recovery detection smarter.
History
Date User Action Args
2009-03-01 16:44:24pitrousetrecipients: + pitrou, loewis, georg.brandl, ggenellina
2009-03-01 16:44:21pitroulinkissue5392 messages
2009-03-01 16:44:21pitroucreate