]> granicus.if.org Git - python/commit
Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck)
authorGuido van Rossum <guido@python.org>
Thu, 25 Oct 2001 20:18:35 +0000 (20:18 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 25 Oct 2001 20:18:35 +0000 (20:18 +0000)
commita0dfc8577de8c1b6de19dccc2992b6d95b71f969
tree868bbe82dc0fffabb96ef5b91a2647733c07da57
parentb112481f128030f4627828287a98b38d9c7780f0
Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck)

Replace some tortuous code that was trying to be clever but forgot to
DECREF the key and value, by more longwinded but obviously correct
code.

(Inspired by but not copying the fix from SF patch #475033.)
Misc/ACKS
Modules/selectmodule.c