[ python-Bugs-876533 ] potential leak in ensure_fromlist (import.c)

SourceForge.net noreply at sourceforge.net
Tue Jan 13 20:15:49 EST 2004


Bugs item #876533, was opened at 2004-01-13 16:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=876533&group_id=5470



More information about the Python-bugs-list mailing list