Re: [Python-Dev] Discussion on Lib/test/crashers/

2006-07-10 Thread Brett Cannon
On 7/10/06, Raymond Hettinger <[EMAIL PROTECTED]> wrote: Brett Cannon wrote:> As I am sure some have noticed, as part of my dissertation I have been> trying to fix the various crashers.Nice project.One quick thought:  Any crasher that relies on gc.get_referrers() shouldnot be considered a bug.Righ

Re: [Python-Dev] Discussion on Lib/test/crashers/

2006-07-10 Thread Raymond Hettinger
Brett Cannon wrote: > As I am sure some have noticed, as part of my dissertation I have been > trying to fix the various crashers. Nice project. One quick thought: Any crasher that relies on gc.get_referrers() should not be considered a bug. The codebase should not be convoluted, complexifi

[Python-Dev] Discussion on Lib/test/crashers/

2006-07-10 Thread Brett Cannon
As I am sure some have noticed, as part of my dissertation I have been trying to fix the various crashers.  I currently have some patches in SF for some of the crashers.  The other ones Armin and I have been talking, while others I have not started yet.  Review for the patches or help with fixing t