Skip to content

bpo-31510: Fix multiprocessing test_many_processes() on macOS#3857

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:mp_sigkill
Oct 2, 2017
Merged

bpo-31510: Fix multiprocessing test_many_processes() on macOS#3857
vstinner merged 1 commit into
python:masterfrom
vstinner:mp_sigkill

Conversation

@vstinner

@vstinner vstinner commented Oct 2, 2017

Copy link
Copy Markdown
Member

On macOS, a process can exit with -SIGKILL if it is killed "early"
with SIGTERM.

https://bugs.python.org/issue31510

On macOS, a process can exit with -SIGKILL if it is killed "early"
with SIGTERM.
@vstinner

vstinner commented Oct 2, 2017

Copy link
Copy Markdown
Member Author

Oops, I fixed a typo: fresly => freshly.

@vstinner vstinner merged commit e6cfdef into python:master Oct 2, 2017
@vstinner vstinner deleted the mp_sigkill branch October 2, 2017 15:27
@pitrou

pitrou commented Oct 2, 2017

Copy link
Copy Markdown
Member

Thank you Victor :-)

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @Haypo for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @Haypo, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker e6cfdefa0c2f5bda177e49b228c2c7528f7c239c 3.6

@vstinner

vstinner commented Oct 2, 2017

Copy link
Copy Markdown
Member Author

Oops, Python 2.7 and 3.6 are not affected since test was added recently in master (future Python 3.7).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants