[issue6615] multiprocessing logging support test

Vinay Sajip report at bugs.python.org
Wed Nov 25 15:13:14 CET 2009


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

> Since you "reversed()" the _handlerList, the following part need to be

> changed:
> 
> -        _handlerList.insert(0, weakref.ref(handler, _removeHandlerRef))
> +        _handlerList.append(weakref.ref(handler, _removeHandlerRef))

Corrected in r76509. Florent, thanks for catching this (and for the patch).

----------

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


More information about the Python-bugs-list mailing list