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 loewis
Recipients georg.brandl, gvanrossum, loewis, twouters
Date 2007-08-30.19:10:37
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1188501038.05.0.329044853902.issue1061@psf.upfronthosting.co.za>
In-reply-to
Content
The fatal error is raised if the stack overflows in the process of
handling RuntimeError. In certain cases, the C algorithms won't bail out
if a RuntimeError is raised, and just catch it. If that then causes
another stack overflow, Python gives up. One such case is an overflow
occuring during a comparison operation of a dictionary lookup, IIRC.
History
Date User Action Args
2009-03-09 14:32:18georg.brandlsetspambayes_score: 0.680567 -> 0.0
2007-08-30 19:10:38loewissetspambayes_score: 0.680567 -> 0.680567
recipients: + loewis, gvanrossum, twouters, georg.brandl
2007-08-30 19:10:38loewissetspambayes_score: 0.680567 -> 0.680567
messageid: <1188501038.05.0.329044853902.issue1061@psf.upfronthosting.co.za>
2007-08-30 19:10:38loewislinkissue1061 messages
2007-08-30 19:10:37loewiscreate