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.
Created on 2010-06-24 20:12 by kr, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
fd-close.patch | kr, 2010-06-24 20:12 | Patch against Python 2.6.5 subprocess.py should not close standard fds |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:02 | admin | set | github: 53320 |
2011-01-02 14:50:54 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg125059 superseder: subprocess.Popen fails with stdout=PIPE, stderr=PIPE if standard descriptors (0, 1, 2) are closed. resolution: duplicate |
2010-12-22 09:05:01 | eric.araujo | set | title: [includes patch] subprocess module closes standard file descriptors when it should not -> subprocess closes standard file descriptors when it should not nosy: + astrand versions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6 keywords: + needs review stage: patch review |
2010-06-24 20:17:02 | kr | set | messages: + msg108549 |
2010-06-24 20:12:14 | kr | create |