[issue13058] Fix file descriptor leak on error

2011-09-29 Thread Charles-François Natali
Charles-François Natali added the comment: Patch applied, thanks! -- nosy: +neologix resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.2, Python 3.3 -Python 3.4 ___ Python tracker

[issue13058] Fix file descriptor leak on error

2011-09-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset dec00ae64ca8 by Charles-François Natali in branch '2.7': Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas http://hg.python.org/cpython/rev/dec00ae64ca8 New changeset 160b52c9e8b3 by Charles-François Natali in branch '

[issue13058] Fix file descriptor leak on error

2011-09-29 Thread Thomas Jarosch
New submission from Thomas Jarosch : Hi, attached patch fixes a file descriptor leak on error. Best regards, Thomas Jarosch -- components: Extension Modules files: cpython-fix-file-descriptor-leak.patch keywords: patch messages: 144588 nosy: thomas.jarosch priority: normal severity: no