diff options
author | Guido van Rossum <guido@python.org> | 1999-04-20 12:27:31 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-20 12:27:31 +0000 |
commit | 7227a3f667ce68598cf70b5bdab6a29e5fdcb082 (patch) | |
tree | 8c1102c8de8088712319bc1ef8475fc5aa56ff16 /Python/errors.c | |
parent | 984d5e09cd8d0e884137c7851c9b9aeb8bc9fdbe (diff) | |
download | cpython-7227a3f667ce68598cf70b5bdab6a29e5fdcb082.tar.gz |
Calling _cleanup() does not guarantee that all processes have
terminated; this makes the final assert in the self-test code fail if
the parent runs faster than the children. Fix this by calling wait()
on the remaining children instead.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions