[issue15868] leak in bytesio.c

2012-09-08 Thread Stefan Krah
Stefan Krah added the comment: Thanks for taking a look! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.2 ___ Python tracker __

[issue15868] leak in bytesio.c

2012-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset df663603e67a by Stefan Krah in branch '3.2': Issue #15868: Fix refleak in bytesio.c (Coverity #715365). http://hg.python.org/cpython/rev/df663603e67a -- nosy: +python-dev ___ Python tracker

[issue15868] leak in bytesio.c

2012-09-06 Thread Benjamin Peterson
Benjamin Peterson added the comment: LGTM -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue15868] leak in bytesio.c

2012-09-06 Thread Stefan Krah
New submission from Stefan Krah: Coverity found a leak in bytesio.c. Patch attached. -- components: Extension Modules files: bytesio_leak.diff keywords: patch messages: 169907 nosy: pitrou, skrah priority: normal severity: normal status: open title: leak in bytesio.c type: resource usage