This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author atuells
Recipients
Date 2001-12-01.01:36:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
WeakList are list whose entries are referenced weakly. 
When the object is gc it is deleted from the weaklist 
(and from its iterators). To be added to weakref.py
History
Date User Action Args
2007-08-23 16:01:47adminlinkissue487738 messages
2007-08-23 16:01:47admincreate