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 vinay.sajip
Recipients OG7, amaury.forgeotdarc, flox, jnoller, pitrou, vinay.sajip
Date 2009-11-24.20:47:47
SpamBayes Score 2.5740937e-05
Marked as misclassified No
Message-id <112227.16993.qm@web25806.mail.ukl.yahoo.com>
In-reply-to <1259090629.98.0.603707520195.issue6615@psf.upfronthosting.co.za>
Content
> With the patch attached, if the handler is not referenced anywhere, it

> is closed.
> However named handlers are not closed (because of hard reference in
> _handlers dictionary).

I haven't tried it yet, but does the patch actually work? You seem to have self_weakref in one place and self._weakref in another...
History
Date User Action Args
2009-11-24 20:47:48vinay.sajipsetrecipients: + vinay.sajip, amaury.forgeotdarc, pitrou, OG7, jnoller, flox
2009-11-24 20:47:47vinay.sajiplinkissue6615 messages
2009-11-24 20:47:47vinay.sajipcreate