This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients georg.brandl, gregory.p.smith, pitrou
Date 2011-01-25.14:30:50
SpamBayes Score 0.10396885
Marked as misclassified No
Message-id <1295965851.52.0.394135667278.issue11006@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-01-25 14:30:51pitrousetrecipients: + pitrou, georg.brandl, gregory.p.smith
2011-01-25 14:30:51pitrousetmessageid: <1295965851.52.0.394135667278.issue11006@psf.upfronthosting.co.za>
2011-01-25 14:30:50pitroulinkissue11006 messages
2011-01-25 14:30:50pitroucreate