Issue 6544: Fix refleak in kqueue implementation (original) (raw)

Created on 2009-07-22 07:52 by georg.brandl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
select-refleak.diff georg.brandl,2009-07-22 07:52 review
Messages (4)
msg90804 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-07-22 07:52
This patch should fix leaking "it" in some error conditions. Christian, can you please review?
msg99859 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2010-02-22 22:28
The fix looks correct to me.
msg101710 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2010-03-25 15:51
This issue seems to have been fixed in r78386 (trunk), r79223 (2.6) and r78958 (py3k). It should be still backported to 3.1.
msg128231 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-02-09 18:40
Hi Georg, are you planning to backport this patch also to 3.1 or else can we close this issue? Cheers!
History
Date User Action Args
2022-04-11 14:56:51 admin set github: 50793
2012-05-16 16:00:23 pitrou set status: open -> closedresolution: fixed
2011-02-09 18:40:35 sandro.tosi set nosy: + sandro.tosimessages: + stage: resolved
2010-03-25 15:51:57 Arfrever set nosy: + Arfrevermessages: +
2010-02-22 22:28:00 akuchling set nosy: + akuchlingmessages: +
2009-07-22 07:52:43 georg.brandl create