bpo-31160: Fix test_random for zombie process by vstinner · Pull Request #3045 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-31160: Fix test_random for zombie process#3045
vstinner merged 1 commit intopython:masterfrom
vstinner:random_waitpid
bpo-31160: Fix test_random for zombie process#3045
vstinner merged 1 commit intopython:masterfrom
vstinner:random_waitpid
Conversation
Copy link
Member
TestModule.test_after_fork() now calls os.waitpid() to read the exit
status of the child process to avoid creating a zombie process.
TestModule.test_after_fork() now calls os.waitpid() to read the exit status of the child process to avoid creating a zombie process.
the-knights-who-say-ni
added
the
CLA signed
label
vstinner
merged commit
da5e930
into
python:master
vstinner
deleted the
random_waitpid
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment