Issue 13058: Fix file descriptor leak on error (original) (raw)

Issue13058

Created on 2011-09-29 11:29 by thomas.jarosch, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cpython-fix-file-descriptor-leak.patch thomas.jarosch,2011-09-29 11:29 Patch to fix the issue review
Messages (3)
msg144588 - (view) Author: Thomas Jarosch (thomas.jarosch) Date: 2011-09-29 11:29
Hi, attached patch fixes a file descriptor leak on error. Best regards, Thomas Jarosch
msg144608 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-09-29 17:48
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 '3.2': Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas http://hg.python.org/cpython/rev/160b52c9e8b3 New changeset d8dc24c4e83d by Charles-François Natali in branch 'default': Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas http://hg.python.org/cpython/rev/d8dc24c4e83d
msg144609 - (view) Author: Charles-François Natali (neologix) * (Python committer) Date: 2011-09-29 17:54
Patch applied, thanks!
History
Date User Action Args
2022-04-11 14:57:22 admin set github: 57267
2011-09-29 17:54:12 neologix set status: open -> closedversions: + Python 2.7, Python 3.2, Python 3.3, - Python 3.4nosy: + neologixmessages: + resolution: fixedstage: resolved
2011-09-29 17:48:55 python-dev set nosy: + python-devmessages: +
2011-09-29 11:29:43 thomas.jarosch create