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 twouters
Recipients gvanrossum, twouters
Date 2007-08-30.15:07:18
SpamBayes Score 0.34760576
Marked as misclassified No
Message-id <1188486439.08.0.435269150235.issue1061@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a working version of that idea, with a WeakSet implementation I
had lying around (but never really used.) It seems to work, and fixes
the refcount issues, but the WeakSet could do with some extra tests ;-)
Files
File name Uploaded
abc_weakref_set.diff twouters, 2007-08-30.15:07:18
History
Date User Action Args
2007-08-30 15:07:19twouterssetspambayes_score: 0.347606 -> 0.34760576
recipients: + twouters, gvanrossum
2007-08-30 15:07:19twouterssetspambayes_score: 0.347606 -> 0.347606
messageid: <1188486439.08.0.435269150235.issue1061@psf.upfronthosting.co.za>
2007-08-30 15:07:19twouterslinkissue1061 messages
2007-08-30 15:07:18twouterscreate