[issue13017] pyexpat.c: refleak

2011-10-25 Thread Petri Lehtinen
Petri Lehtinen added the comment: The patch is not correct: modelobj must not be decref'd, because it has been inserted to the args tuple with the reference-stealing 'N' format. args is later decref'd in function's cleanup code after "finally:". -- keywords: -after moratorium resolut

[issue13017] pyexpat.c: refleak

2011-10-24 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- keywords: +after moratorium, needs review, patch nosy: +petri.lehtinen ___ Python tracker ___ ___ Pytho

[issue13017] pyexpat.c: refleak

2011-09-21 Thread Stefan Krah
Changes by Stefan Krah : -- components: +Extension Modules stage: -> patch review versions: +Python 3.3 ___ Python tracker ___ ___ Py

[issue13017] pyexpat.c: refleak

2011-09-21 Thread Stefan Krah
Changes by Stefan Krah : -- title: Resource is not released before returning from the functiion -> pyexpat.c: refleak ___ Python tracker ___