| commit | c96417980cb700555255acfa70358c46c1a6e061 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Tue Aug 04 15:26:23 1998 +0000 |
| committer | Guido van Rossum <guido@python.org> | Tue Aug 04 15:26:23 1998 +0000 |
| tree | a37aeb5d6dd72491098abad133873bbf42df3e2d | |
| parent | 923fece5bd7a8b4d52adabc3c96aa3b12de16220 [diff] |
Patch by Jody Winston (with my changes) to add some of the "wait status inspection" macros as functions: WEXITSTATUS(), WIFEXITED(), WIFSIGNALED(), WIFSTOPPED(), WSTOPSIG(), WTERMSIG().