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 gregory.p.smith
Recipients gregory.p.smith, python-dev, r.david.murray, twouters, vstinner
Date 2011-06-21.18:21:58
SpamBayes Score 0.00021342651
Marked as misclassified No
Message-id <1308680519.28.0.0630055679181.issue12383@psf.upfronthosting.co.za>
In-reply-to
Content
That failure is likely due to the environment being empty causing the subprocess to be unable to run.  Notice this error message further up:

test_empty_env (test.test_subprocess.ContextManagerTests) ... /srv/buildbot/buildarea/3.2.bolen-ubuntu/build/python: error while loading shared libraries: libpython3.2dm.so.1.0: cannot open shared object file: No such file or directory
FAIL

Looking at the environment at the top of the buildbot run log I'm not sure what it would be.
History
Date User Action Args
2011-06-21 18:21:59gregory.p.smithsetrecipients: + gregory.p.smith, twouters, vstinner, r.david.murray, python-dev
2011-06-21 18:21:59gregory.p.smithsetmessageid: <1308680519.28.0.0630055679181.issue12383@psf.upfronthosting.co.za>
2011-06-21 18:21:58gregory.p.smithlinkissue12383 messages
2011-06-21 18:21:58gregory.p.smithcreate