8000 [3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork by ChuBoning · Pull Request #112336 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork #112336

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

Merged
merged 6 commits into from
Sep 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Further reword Blurb
  • Loading branch information
ambv committed Sep 4, 2024
commit 7b805ae65887f9ca598a57d1b40580247b9d36bf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
A deadlock involving ``pystate.c``'s ``HEAD_LOCK`` in ``posixmodule.c``
at fork is now fixed. Patch by ChuBoning based on previous Python 3.12
fix by Victor Stinner from GH-20596.
fix by Victor Stinner.
Loading
0