[issue13020] Resource is not released before returning from the functiion

2011-09-20 Thread Suman Saha
New submission from Suman Saha sums...@gmail.com: Something that is allocated using PySequence_Fast is not freed on one error path. -- files: python_patch8 messages: 144337 nosy: Suman.Saha priority: normal severity: normal status: open title: Resource is not released before returning

[issue13020] Resource is not released before returning from the functiion

2011-09-20 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: Hi, thanks for the report(s) and the patch(es)! I think it would be better to have a test that shows the refleak for each of the patches that you submitted. Just out of curiosity, how did you find these? -- nosy: +ezio.melotti