[issue20331] Fix various fd leaks

2014-01-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Charles-François. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue20331] Fix various fd leaks

2014-01-25 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue20331] Fix various fd leaks

2014-01-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20331] Fix various fd leaks

2014-01-25 Thread Charles-François Natali
Charles-François Natali added the comment: LGTM. -- nosy: +neologix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20331] Fix various fd leaks

2014-01-21 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch fixes potential fd leaks in various modules. -- components: Library (Lib) files: fd_leaks.patch keywords: patch messages: 208664 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Fix v