[issue12196] add pipe2() to the os module

R. David Murray report at bugs.python.org
Sat May 28 22:05:23 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

For the record (for people reading this ticket later), the removal of the python version of the unix subprocess code was discussed on IRC, and it was clarified there that the reason for removing it is not that it duplicates the C code.  We like having python implementations of C code where possible, but the key here is "where possible".  The python version of the Unix subprocess code cannot be made to work correctly, it is necessary to drop into C to get the semantics correct.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12196>
_______________________________________


More information about the Python-bugs-list mailing list