[Python-Dev] Big trouble in CVS Python

Jeremy Hylton jeremy@alum.mit.edu
13 Apr 2003 16:33:38 -0400


On Sun, 2003-04-13 at 15:54, Tim Peters wrote:
> Given this, there's approximately no chance gc *caused* it.  Who's been
> mucking with function calls (or maybe the eval loop) recently?
> 

We've had a lot of changes to the function call implementation over the
last couple of months.  What's the chance that this is just the first
time we've noticed the problem?  Seems pretty plausible that the recent
GC changes just exposed an earlier bug.

Jeremy