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 various fd leaks
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: neologix, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2014-01-21 16:17 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fd_leaks.patch serhiy.storchaka, 2014-01-21 16:17 review
Messages (4)
msg208664 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-01-21 16:17
The proposed patch fixes potential fd leaks in various modules.
msg209217 - (view) Author: Charles-François Natali (neologix) * (Python committer) Date: 2014-01-25 16:29
LGTM.
msg209223 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-25 17:44
New changeset 6548f894b590 by Serhiy Storchaka in branch '2.7':
Issue #20331: Fixed possible FD leaks in various modules:
http://hg.python.org/cpython/rev/6548f894b590

New changeset 2766320bdb10 by Serhiy Storchaka in branch '3.3':
Issue #20331: Fixed possible FD leaks in various modules:
http://hg.python.org/cpython/rev/2766320bdb10

New changeset b30e57756686 by Serhiy Storchaka in branch 'default':
Issue #20331: Fixed possible FD leaks in various modules:
http://hg.python.org/cpython/rev/b30e57756686
msg209224 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-01-25 17:55
Thank you Charles-François.
History
Date User Action Args
2022-04-11 14:57:57adminsetgithub: 64530
2014-01-25 17:55:15serhiy.storchakasetstatus: open -> closed
resolution: fixed
messages: + msg209224

stage: patch review -> resolved
2014-01-25 17:44:09python-devsetnosy: + python-dev
messages: + msg209223
2014-01-25 16:30:13serhiy.storchakasetassignee: serhiy.storchaka
2014-01-25 16:29:28neologixsetnosy: + neologix
messages: + msg209217
2014-01-21 16:17:54serhiy.storchakacreate