Vinay Sajip <vinay_sa...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6615>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to