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-25.14:13:12
SpamBayes Score 0.0010005643
Marked as misclassified No
Message-id <675179.9198.qm@web25803.mail.ukl.yahoo.com>
In-reply-to <1259145924.48.0.644664364984.issue6615@psf.upfronthosting.co.za>
Content
> 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).
History
Date User Action Args
2009-11-25 14:13:14vinay.sajipsetrecipients: + vinay.sajip, amaury.forgeotdarc, pitrou, OG7, jnoller, flox
2009-11-25 14:13:12vinay.sajiplinkissue6615 messages
2009-11-25 14:13:12vinay.sajipcreate