[issue6615] multiprocessing logging support test

Vinay Sajip report at bugs.python.org
Tue Nov 24 21:47:48 CET 2009


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

> 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...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6615>
_______________________________________


More information about the Python-bugs-list mailing list