[Python-bugs-list] [ python-Bugs-484977 ] memory leaks with new style classes

noreply@sourceforge.net noreply@sourceforge.net
Fri, 23 Nov 2001 12:30:03 -0800


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

Category: Python Interpreter Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Heller (theller)
Assigned to: Nobody/Anonymous (nobody)
Summary: memory leaks with new style classes

Initial Comment:
This code leaks 19 references:

class X(object): pass

This code leaks 12 references:

class X(type): pass



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

>Comment By: Thomas Heller (theller)
Date: 2001-11-23 12:30

Message:
Logged In: YES 
user_id=11105

I forgot: 2.2b2, Windows 2000, debug build.

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

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