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 gregory.p.smith, ncoghlan, pitrou
Date 2010-12-17.20:05:28
SpamBayes Score 6.545942e-06
Marked as misclassified No
Message-id <1292616329.6.0.61377155391.issue10727@psf.upfronthosting.co.za>
In-reply-to
Content
It really looks like a subprocess issue:

======================================================================
ERROR: test_usage (test.test_cmd_line.CmdLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/test/test_cmd_line.py", line 43, in test_usage
    rc, out, err = assert_python_ok('-h')
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/test/script_helper.py", line 50, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/test/script_helper.py", line 30, in _assert_python
    env=env)
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/subprocess.py", line 721, in __init__
    self.stdin = io.open(p2cwrite, 'wb', bufsize)
OSError: [Errno 9] Bad file descriptor


See http://www.python.org/dev/buildbot/all/builders/PPC%20Tiger%203.x/builds/1213/steps/test/logs/stdio
History
Date User Action Args
2010-12-17 20:05:29pitrousetrecipients: + pitrou, gregory.p.smith, ncoghlan
2010-12-17 20:05:29pitrousetmessageid: <1292616329.6.0.61377155391.issue10727@psf.upfronthosting.co.za>
2010-12-17 20:05:28pitroulinkissue10727 messages
2010-12-17 20:05:28pitroucreate