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 rhettinger
Recipients Arfrever, Jim.Jewett, asvetlov, gregory.p.smith, gvanrossum, ncoghlan, pitrou, r.david.murray, rhettinger, skrah, vstinner
Date 2012-04-01.20:58:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333313890.64.0.879232167517.issue14417@psf.upfronthosting.co.za>
In-reply-to
Content
> Well, cheating is fair game when trying to test 
> borderline cases, isn't it?

It is fair game (and necessary) when it comes to
exposing bugs that are hard to reproduce.

I'm wary of the original RuntimeError patch because
* it modifies code that has been stable for over a decade
* in order to "fix" a crasher that no one cares about
* while possibly breaking code that currently works
* and breaking it in a way that is hard to reproduce or diagnose.
History
Date User Action Args
2012-04-01 20:58:10rhettingersetrecipients: + rhettinger, gvanrossum, gregory.p.smith, ncoghlan, pitrou, vstinner, Arfrever, r.david.murray, asvetlov, skrah, Jim.Jewett
2012-04-01 20:58:10rhettingersetmessageid: <1333313890.64.0.879232167517.issue14417@psf.upfronthosting.co.za>
2012-04-01 20:58:10rhettingerlinkissue14417 messages
2012-04-01 20:58:09rhettingercreate