[issue13016] selectmodule.c: refleak

2011-10-25 Thread Petri Lehtinen
Petri Lehtinen added the comment: PySequence_Fast_GET_ITEM expects that the object is valid and the index is within bounds, and never returns NULL. There's no need to decref and actually there's even no need to check the return value of PySequence_Fast_GET_ITEM. -- resolution: -> rej

[issue13016] selectmodule.c: refleak

2011-10-24 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- keywords: +needs review, patch nosy: +petri.lehtinen ___ Python tracker ___ ___ Python-bugs-list mailin

[issue13016] selectmodule.c: refleak

2011-09-21 Thread Stefan Krah
Changes by Stefan Krah : -- components: +Extension Modules stage: -> patch review title: Resource is not released before returning from the functiion -> selectmodule.c: refleak versions: +Python 3.3 ___ Python tracker