AW: [Python-Dev] segmentation fault with python2.3a0 from cvs

Tim Peters tim.one@comcast.net
Mon, 07 Oct 2002 15:22:42 -0400


[Tim]
> It doesn't make sense that sysreftotal isn't falling, though.  It's as
> if the int free list were holding on to references ...

It makes sense after all -- they're all references to the dummy key value we
plug into a dict slot when del'ing a key.