[Patches] [ python-Patches-920211 ] Patch submission for #876533 (potential leak in ensure_froml

SourceForge.net noreply at sourceforge.net
Sat Mar 20 15:41:01 EST 2004


Patches item #920211, was opened at 2004-03-20 16:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=920211&group_id=5470

Category: Core (C code)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian Leair (bleair2)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch submission for #876533 (potential leak in ensure_froml

Initial Comment:
Summary: (?)
potential leak in ensure_fromlist (import.c)

In the recursive call inside of ensure_fromlist () an early 
exit is taken if the recursive call returns 0. In this early exit 
case the object "all" needs to be Py_DECREF ().



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

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



More information about the Patches mailing list