X Tutup
The Wayback Machine - https://web.archive.org/web/20220203074439/https://github.com/python/cpython/pull/28481
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.9] bpo-45021: Fix a hang in forked children (GH-28007) #28481

Merged
merged 1 commit into from Sep 20, 2021

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 20, 2021

_global_shutdown_lock should be reinitialized in forked children
(cherry picked from commit 0bfa110)

Co-authored-by: nullptr 3621629+0x0L@users.noreply.github.com

https://bugs.python.org/issue45021

Automerge-Triggered-By: GH:gpshead

_global_shutdown_lock should be reinitialized in forked children
(cherry picked from commit 0bfa110)

Co-authored-by: nullptr <3621629+0x0L@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Sep 20, 2021

@0x0L and @gpshead: Status check is done, and it's a success .

@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Sep 20, 2021

@miss-islington: Status check is done, and it's a success .

@miss-islington miss-islington merged commit b06c3b3 into python:3.9 Sep 20, 2021
13 checks passed
@miss-islington miss-islington deleted the backport-0bfa110-3.9 branch Sep 20, 2021
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Sep 20, 2021

@0x0L and @gpshead: Status check is done, and it's a failure .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
X Tutup