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 flox
Recipients OG7, amaury.forgeotdarc, flox, jnoller, pitrou, vinay.sajip
Date 2009-11-24.19:23:47
SpamBayes Score 2.8266284e-05
Marked as misclassified No
Message-id <1259090629.98.0.603707520195.issue6615@psf.upfronthosting.co.za>
In-reply-to
Content
I would think to use weak references in order to prevent such leaks.

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).
History
Date User Action Args
2009-11-24 19:23:50floxsetrecipients: + flox, vinay.sajip, amaury.forgeotdarc, pitrou, OG7, jnoller
2009-11-24 19:23:49floxsetmessageid: <1259090629.98.0.603707520195.issue6615@psf.upfronthosting.co.za>
2009-11-24 19:23:48floxlinkissue6615 messages
2009-11-24 19:23:48floxcreate