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 cjschr
Recipients
Date 2004-07-29.18:52:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A BSD-style wait4 implementation.

Using existing code from the posixmodule.c and
resource.c files,
I threw together a patch that implements the wait4
function.

This function is similar to waitpid, but it also
returns usage information
about the child process.

wait4(pid, options) -> (pid, status, rusage)

It works for me on RedHat Linux 9 and FreeBSD 4.5 boxes
using
Python-2.3.4.

The patch may need some fine tuning.

Thanks
Chad
History
Date User Action Args
2007-08-23 15:38:58adminlinkissue1000267 messages
2007-08-23 15:38:58admincreate