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
Next Next commit
Add Blurb
  • Loading branch information
ambv committed Sep 4, 2024
commit f09883cb168fa3b536df712222cd0bbdd1e59121
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
A deadlock in ``pystate.c`` at fork is now fixed. Patch by ChuBoning based
on previous Python 3.12 fix by Victor Stinner from GH-20596.
Loading
0