[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Python sysmodule.c,2.82,2.83

Neil Schemenauer nas@arctrix.com
Sat, 13 Jan 2001 07:17:58 -0800


[Guido van Rossum on Demo/embed/loop]
> (Except it still leaks, but that's probably a separate issue.)

Could this be caused by modules adding things to their dict and
then forgetting to decref them?  I know I've been guilty of that.

  Neil