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 nnorwitz
Recipients
Date 2002-12-17.02:09:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

I updated the patch so that it no longer leaks references. 
The patch is missing the *_Init() calls in pythonrun.c  My
python run has a bunch of other patches, so I didn't update
it here.  While I believe the leaks from this patch are
fixed, there are still leaks in the other areas.  See
http://python.org/sf/613222.

We can decrease NSMALLPOSINTS from 100 to a smaller number.
 I don't know if anyone cares, though.
History
Date User Action Args
2007-08-23 15:13:26adminlinkissue561244 messages
2007-08-23 15:13:26admincreate