1 message in org.python.python-bugs-list[ python-Bugs-876533 ] potential leak...
FromSent OnAttachments
SourceForge.netMar 23, 2004 11:39 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-876533 ] potential leak in ensure_fromlist (import.c)Actions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 23, 2004 11:39:44 am
List:org.python.python-bugs-list

Bugs item #876533, was opened at 2004-01-14 02:15 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=876533&group_id=5470

Category: Python Interpreter Core Group: Python 2.3

Status: Closed Resolution: Accepted

Priority: 5 Submitted By: Greg Chapman (glchapman) Assigned to: Nobody/Anonymous (nobody) Summary: potential leak in ensure_fromlist (import.c)

Initial Comment: This may not ever happen, but if the recursive call to ensure_fromlist from within ensure_fromlist (line 2106 in current CVS) returns false, then the function is exited without decrefing all. Attached is a little patch for this.

----------------------------------------------------------------------

Comment By: Martin v. L?wis (loewis)

Date: 2004-03-23 17:39

Message: Logged In: YES user_id=21627

Thanks for the patch. Committed as import.c 2.222.6.2 and 2.227.

----------------------------------------------------------------------