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 ned.deily
Recipients benjamin.peterson, gps, ned.deily
Date 2011-05-29.09:04:41
SpamBayes Score 8.864749e-06
Marked as misclassified No
Message-id <1306659882.88.0.462152568023.issue12205@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_subprocess.py", line 860, in test_wait_when_sigchild_ignored
    " non-zero with this error:\n%s" % stderr)
AssertionError: sigchild_ignore.py exited non-zero with this error:
/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'subprocessdata/sigchild_ignore.py': [Errno 2] No such file or directory

The Makefile for 3.2 was fixed but not 3.1 nor 2.7.  Fix follows.
History
Date User Action Args
2011-05-29 09:04:43ned.deilysetrecipients: + ned.deily, gps, benjamin.peterson
2011-05-29 09:04:42ned.deilysetmessageid: <1306659882.88.0.462152568023.issue12205@psf.upfronthosting.co.za>
2011-05-29 09:04:42ned.deilylinkissue12205 messages
2011-05-29 09:04:42ned.deilycreate