Skip to content

bpo-31160: Fix test_random for zombie process#3045

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:random_waitpid
Aug 9, 2017
Merged

bpo-31160: Fix test_random for zombie process#3045
vstinner merged 1 commit into
python:masterfrom
vstinner:random_waitpid

Conversation

@vstinner

@vstinner vstinner commented Aug 9, 2017

Copy link
Copy Markdown
Member

TestModule.test_after_fork() now calls os.waitpid() to read the exit
status of the child process to avoid creating a zombie process.

https://bugs.python.org/issue31160

TestModule.test_after_fork() now calls os.waitpid() to read the exit
status of the child process to avoid creating a zombie process.
@vstinner vstinner merged commit da5e930 into python:master Aug 9, 2017
@vstinner vstinner deleted the random_waitpid branch August 9, 2017 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants