Issue 20331: Fix various fd leaks (original) (raw)
Issue20331
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) * ![]() |
Date: 2014-01-21 16:17 |
The proposed patch fixes potential fd leaks in various modules. | ||
msg209217 - (view) | Author: Charles-François Natali (neologix) * ![]() |
Date: 2014-01-25 16:29 |
LGTM. | ||
msg209223 - (view) | Author: Roundup Robot (python-dev) ![]() |
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) * ![]() |
Date: 2014-01-25 17:55 |
Thank you Charles-François. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:57 | admin | set | github: 64530 |
2014-01-25 17:55:15 | serhiy.storchaka | set | status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved |
2014-01-25 17:44:09 | python-dev | set | nosy: + python-devmessages: + |
2014-01-25 16:30:13 | serhiy.storchaka | set | assignee: serhiy.storchaka |
2014-01-25 16:29:28 | neologix | set | nosy: + neologixmessages: + |
2014-01-21 16:17:54 | serhiy.storchaka | create |