Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.3k
bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed#3247
Merged
pitrou merged 4 commits intopython:masterfromNov 3, 2017
Merged
Conversation
Add a warning if the semaphore process died, as semaphores may then be leaked.
pitrou added a commit to pitrou/cpython that referenced this pull requestNov 3, 2017
…ed again if crashed (pythonGH-3247)* bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed* Avoid mucking with process state in test.Add a warning if the semaphore process died, as semaphores may then be leaked.* Add NEWS entry(cherry picked from commit cbe1756)
embray pushed a commit to embray/cpython that referenced this pull requestNov 9, 2017
…in if crashed (python#3247)* bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed* Avoid mucking with process state in test.Add a warning if the semaphore process died, as semaphores may then be leaked.* Add NEWS entry
Contributor
tomMoral commentedJan 13, 2018
With this PR, the The easy fix would be to pass the
|
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 freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
https://bugs.python.org/issue31310