Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) #2166

Merged
merged 1 commit into from Jun 13, 2017

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Jun 13, 2017

  • bpo-24484: Avoid race condition in multiprocessing cleanup

The finalizer registry can be mutated while inspected by multiprocessing
at process exit.

  • Use test.support.start_threads()

  • Add Misc/NEWS.
    (cherry picked from commit 1eb6c00)

…honGH-2159)

* bpo-24484: Avoid race condition in multiprocessing cleanup

The finalizer registry can be mutated while inspected by multiprocessing
at process exit.

* Use test.support.start_threads()

* Add Misc/NEWS.
(cherry picked from commit 1eb6c00)
@pitrou pitrou merged commit 6fd0345 into python:3.6 Jun 13, 2017
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.

None yet

2 participants