diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-06-26 17:00:35 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-06-26 17:00:35 (GMT) |
commit | 15486f78f0ccb04b86905b175c004a5b4c4f785e (patch) | |
tree | bcc64edf200f883e9af414c0a4d8922e032b9638 /PCbuild/readme.txt | |
parent | ec3c368195c66d2ed044e4de713824c64e05694d (diff) | |
download | cpython-15486f78f0ccb04b86905b175c004a5b4c4f785e.zip cpython-15486f78f0ccb04b86905b175c004a5b4c4f785e.tar.gz cpython-15486f78f0ccb04b86905b175c004a5b4c4f785e.tar.bz2 |
Attempt to fix build failure on OS X and Debian alpha; the symptom is
consistent with os.wait() returning immediately because some other
subprocess had previously exited; the test suite then immediately
tries to lock the mailbox and gets an error saying it's already
locked.
To fix this, do a waitpid() so the test suite only continues once
the intended child process has exited.
Diffstat (limited to 'PCbuild/readme.txt')
0 files changed, 0 insertions, 0 deletions