[Patches] [ python-Patches-487735 ] WeakList

noreply@sourceforge.net noreply@sourceforge.net
Sat, 01 Dec 2001 16:45:26 -0800


Patches item #487735, was opened at 2001-11-30 17:26
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=487735&group_id=5470

Category: Library (Lib)
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: WeakList

Initial Comment:
To be added to weakref. WeakList are list whose 
entries are referenced weakly and are deleted when the 
original object is gc. Its iterator contains also a 
weaklist,that implies that:
for item in weaklist_items:
    dosomething(item)

object that are gc are deleted from weaklist_items.
There exist other path with the test case.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2001-12-01 16:45

Message:
Logged In: YES 
user_id=21627

Duplicate of 487738. 

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

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