bpo-31160: Fix test_builtin for zombie process (#3043)
PtyTests.run_child() now calls os.waitpid() to read the exit status of the child process to avoid creating zombie process and leaking processes in the background.
V
Victor Stinner committed
4baca1b0f7325032598cd38e7ceffc79b616d255
Parent: 122081d
Committed by GitHub <noreply@github.com>
on 8/9/2017, 3:44:19 PM