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.

classification
Title: Fix refleak in kqueue implementation
Type: Stage: resolved
Components: Extension Modules Versions: Python 3.0, Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: Arfrever, akuchling, christian.heimes, georg.brandl, sandro.tosi
Priority: normal Keywords: patch

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:51adminsetgithub: 50793
2012-05-16 16:00:23pitrousetstatus: open -> closed
resolution: fixed
2011-02-09 18:40:35sandro.tosisetnosy: + sandro.tosi

messages: + msg128231
stage: resolved
2010-03-25 15:51:57Arfreversetnosy: + Arfrever
messages: + msg101710
2010-02-22 22:28:00akuchlingsetnosy: + akuchling
messages: + msg99859
2009-07-22 07:52:43georg.brandlcreate