[Python-bugs-list] [ python-Bugs-485150 ] memory leak from marshal.c (test_email)

noreply@sourceforge.net noreply@sourceforge.net
Thu, 06 Dec 2001 14:24:04 -0800


Bugs item #485150, was opened at 2001-11-24 11:39
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=485150&group_id=5470

Category: Python Interpreter Core
Group: Python 2.2
Status: Open
Resolution: None
>Priority: 7
Submitted By: Neal Norwitz (nnorwitz)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: memory leak from marshal.c (test_email)

Initial Comment:
marshal.c seems to be the culprit in leaking data
from running test_email
see attached file for details

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-06 14:12

Message:
Logged In: YES 
user_id=6380

It's not marshal's fault -- we see this all the time when a
constant loaded from a .pyc file is leaked by some code that
gets it passed in as an argument.

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

Comment By: Tim Peters (tim_one)
Date: 2001-11-27 12:04

Message:
Logged In: YES 
user_id=31435

Assigned to Barry.

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

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