Show More
@@ -612,6 +612,7 b' else:' | |||||
612 | # We use a thread to make the overhead tiny. |
|
612 | # We use a thread to make the overhead tiny. | |
613 | def _do_wait(): |
|
613 | def _do_wait(): | |
614 | os.waitpid(pid, 0) |
|
614 | os.waitpid(pid, 0) | |
|
615 | ||||
615 | threading.Thread(target=_do_wait, daemon=True).start() |
|
616 | threading.Thread(target=_do_wait, daemon=True).start() | |
616 | return |
|
617 | return | |
617 | # Parent process |
|
618 | # Parent process |
General Comments 0
You need to be logged in to leave comments.
Login now