This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix file descriptor leak on error
Type: resource usage Stage: resolved
Components: Extension Modules Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: neologix, python-dev, thomas.jarosch
Priority: normal Keywords: patch

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:22adminsetgithub: 57267
2011-09-29 17:54:12neologixsetstatus: open -> closed

versions: + Python 2.7, Python 3.2, Python 3.3, - Python 3.4
nosy: + neologix

messages: + msg144609
resolution: fixed
stage: resolved
2011-09-29 17:48:55python-devsetnosy: + python-dev
messages: + msg144608
2011-09-29 11:29:43thomas.jaroschcreate