[New-bugs-announce] [issue1187] pipe fd handling issues in subprocess.py on POSIX

Andrew Nissen report at bugs.python.org
Fri Sep 21 20:42:09 CEST 2007


New submission from Andrew Nissen:

Revision 53293 appears to have missed some of the logic inherent in the
previous code.  There also appears to be problems with the way that the
dup2 calls are made that can result in a behavior different then
intended under a number of circumstances.

fix_fileno.py demonstrates the improper behavior

----------
components: Library (Lib)
files: fix_fileno.py
messages: 56079
nosy: anissen
severity: minor
status: open
title: pipe fd handling issues in subprocess.py on POSIX
type: behavior
versions: Python 2.4

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1187>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_fileno.py
Type: text/x-python
Size: 515 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20070921/b9cc658e/attachment.py 


More information about the New-bugs-announce mailing list