[issue11006] warnings with subprocess and pipe2

Antoine Pitrou report at bugs.python.org
Tue Jan 25 15:30:51 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

This can be seen on the sparc Debian buildbot by the way:

/home/pybot/buildarea-sid/3.x.klose-debian-sparc/build/Lib/subprocess.py:1085: RuntimeWarning: pipe2 set errno ENOSYS; falling back to non-atomic pipe+fcntl.
  c2pread, c2pwrite = _create_pipe()
/home/pybot/buildarea-sid/3.x.klose-debian-sparc/build/Lib/subprocess.py:1144: RuntimeWarning: pipe2 set errno ENOSYS; falling back to non-atomic pipe+fcntl.
  errpipe_read, errpipe_write = _create_pipe()
[etc.]

http://www.python.org/dev/buildbot/all/builders/sparc%20Debian%203.x/builds/1/steps/test/logs/stdio

----------

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


More information about the Python-bugs-list mailing list