[issue6544] Fix refleak in kqueue implementation

2012-05-16 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue6544] Fix refleak in kqueue implementation

2011-02-09 Thread Sandro Tosi
Sandro Tosi added the comment: Hi Georg, are you planning to backport this patch also to 3.1 or else can we close this issue? Cheers! -- nosy: +sandro.tosi stage: -> committed/rejected ___ Python tracker

[issue6544] Fix refleak in kqueue implementation

2010-03-25 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: This issue seems to have been fixed in r78386 (trunk), r79223 (2.6) and r78958 (py3k). It should be still backported to 3.1. -- nosy: +Arfrever ___ Python tracker

[issue6544] Fix refleak in kqueue implementation

2009-07-22 Thread Georg Brandl
New submission from Georg Brandl : This patch should fix leaking "it" in some error conditions. Christian, can you please review? -- assignee: christian.heimes components: Extension Modules files: select-refleak.diff keywords: patch messages: 90804 nosy: christian.heimes, georg.brandl s