]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport of 2.58:
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 1 Nov 2001 14:43:51 +0000 (14:43 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 1 Nov 2001 14:43:51 +0000 (14:43 +0000)
commit8f113e915095669062c5a5c186f59b55911ec269
tree01217da664d4aabd0dab23d0cc27e44f14561e3e
parent3688899d68d2a0130d1f2c51d2ca539f337bac87
backport of 2.58:
  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.
Modules/selectmodule.c