Skip to content
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
Fix typos and wording
  • Loading branch information
pitrou authored Aug 23, 2023
commit 29d37e176ac4e54718d0a5d59edf0bc55a93558d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Ensure that multiprocessing SemLock object created in a fork context are not send to a different process created in a spawn context. This changes changes a segfault into an actionable RuntimeError in the parent process.
Ensure that multiprocessing synchronization objects created in a fork context are not sent to a different process created in a spawn context. This changes a segfault into an actionable RuntimeError in the parent process.