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 vstinner
Recipients gregory.p.smith, python-dev, r.david.murray, twouters, vstinner
Date 2011-06-21.19:52:29
SpamBayes Score 0.0036076354
Marked as misclassified No
Message-id <1308685950.25.0.921692055547.issue12383@psf.upfronthosting.co.za>
In-reply-to
Content
On Mac OS X, the failure is different:

======================================================================
FAIL: test_empty_env (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.parc-tiger-1/build/Lib/test/test_subprocess.py", line 400, in test_empty_env
    self.assertEqual(stdout.strip(), b"0")
AssertionError: b'1' != b'0'

http://www.python.org/dev/buildbot/all/builders/PPC%20Tiger%203.x/builds/2059/steps/test/logs/stdio
History
Date User Action Args
2011-06-21 19:52:30vstinnersetrecipients: + vstinner, twouters, gregory.p.smith, r.david.murray, python-dev
2011-06-21 19:52:30vstinnersetmessageid: <1308685950.25.0.921692055547.issue12383@psf.upfronthosting.co.za>
2011-06-21 19:52:29vstinnerlinkissue12383 messages
2011-06-21 19:52:29vstinnercreate