[Python-bugs-list] [ python-Bugs-478003 ] possible memory leaks in err handling
noreply@sourceforge.net
noreply@sourceforge.net
Sun, 04 Nov 2001 11:27:36 -0800
Bugs item #478003, was opened at 2001-11-04 07:02
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=478003&group_id=5470
Category: Extension Modules
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Neal Norwitz (nnorwitz)
>Assigned to: Martin v. Löwis (loewis)
Summary: possible memory leaks in err handling
Initial Comment:
This patch fixes problems caught during code inspection
they seem correct, but I don't think the regression
tests hit these paths. I'm not sure how to test them.
Files in patch:
Modules/getaddrinfo.c
Modules/socketmodule.c
Python/compile.c
----------------------------------------------------------------------
>Comment By: Tim Peters (tim_one)
Date: 2001-11-04 11:27
Message:
Logged In: YES
user_id=31435
I applied (just) the compile.c part of the patch (thanks!),
in
Python/compile.c; new revision: 2.228
Reassigned to MvL for the getaddrinfo and socketmodule
parts.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=478003&group_id=5470