[issue13019] bytearrayobject.c: refleak

2012-04-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks for the patch. Sorry it took so long to be committed... -- nosy: +pitrou resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.2, Python 3.3 ___ Python trac

[issue13019] bytearrayobject.c: refleak

2012-04-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3a82a26c705 by Antoine Pitrou in branch '2.7': Issue #13019: Fix potential reference leaks in bytearray.extend(). http://hg.python.org/cpython/rev/d3a82a26c705 -- ___ Python tracker

[issue13019] bytearrayobject.c: refleak

2012-04-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 03396c9ffe8c by Antoine Pitrou in branch '3.2': Issue #13019: Fix potential reference leaks in bytearray.extend(). http://hg.python.org/cpython/rev/03396c9ffe8c New changeset 015c546615ca by Antoine Pitrou in branch 'default': Issue #13019: Fix pot

[issue13019] bytearrayobject.c: refleak

2011-09-24 Thread Georg Brandl
Georg Brandl added the comment: Both hunks look reasonable. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailin

[issue13019] bytearrayobject.c: refleak

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