
report at bugs
Sep 21, 2007, 11:42 AM
Post #1 of 5
(158 views)
Permalink
|
|
[issue1187] pipe fd handling issues in subprocess.py on POSIX
|
|
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> __________________________________
|