diff options
author | Antoine Pitrou <pitrou@free.fr> | 2017-11-03 12:59:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-03 12:59:43 (GMT) |
commit | 019c99f325287741d1e0eefeef2b75c8e00b884f (patch) | |
tree | 7bd7d25a44ffe1c6c1ee2d09d8845798cc622bf9 /Tools/demo/rpython.py | |
parent | 5fbe5e161c969bc8a0d44a301152f8bf5afe0fc7 (diff) | |
download | cpython-019c99f325287741d1e0eefeef2b75c8e00b884f.zip cpython-019c99f325287741d1e0eefeef2b75c8e00b884f.tar.gz cpython-019c99f325287741d1e0eefeef2b75c8e00b884f.tar.bz2 |
[3.6] bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary (GH-3246) (#4252)
* bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary.
* Fix test on Windows
* Add NEWS entry
* Adopt a different approach: ignore SIGINT and SIGTERM, as in semaphore tracker.
* Fix comment
* Make sure the test doesn't muck with process state
* Also test previously-started processes
* Update 2017-08-30-17-59-36.bpo-31308.KbexyC.rst
* Avoid masking SIGTERM in forkserver. It's not necessary and causes a race condition in test_many_processes..
(cherry picked from commit fc6b348b12ad401cab0261b7b71a65c60a08c0a8)
Diffstat (limited to 'Tools/demo/rpython.py')
0 files changed, 0 insertions, 0 deletions