Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
pitrou merged 1 commit into
python:3.6python/cpython:3.6from
pitrou:backport-1eb6c00-3.6pitrou/cpython:backport-1eb6c00-3.6Copy head branch name to clipboard
Jun 13, 2017
Merged

[3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159)#2166
pitrou merged 1 commit into
python:3.6python/cpython:3.6from
pitrou:backport-1eb6c00-3.6pitrou/cpython:backport-1eb6c00-3.6Copy head branch name to clipboard

Conversation

@pitrou

@pitrou pitrou commented Jun 13, 2017

Copy link
Copy Markdown
Member
  • 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.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.