Ross Lagerwall <rosslagerw...@gmail.com> added the comment:

Out of interest, is there any reason that the configure check for pipe2 is a 
special case near the bottom of configure.in instead of with all the other 
function checks in the AC_CHECK_FUNCS[] section in the middle?
I know this patch didn't write the configure check but maybe it could be 
changed.

Also, the pure python implementation of subprocess for posix can now be updated 
to use pipe2 if it exists (previously on _posixsubprocess.c used it).

----------
nosy: +rosslagerwall

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12196>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to