cpython/Misc/NEWS.d/next/Core and Builtins/2023-07-25-22-35-35.gh-issu...

2 lines
221 B
ReStructuredText

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.