SIGN IN SIGN UP

[3.11] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#113135)

* gh-105912: document gotcha with using os.fork on macOS

Using ``fork(2)`` on macOS when also using higher-level
system APIs in the parent proces can crash on macOS because
those system APIs are not written to handle this usage
pattern.

There's nothing we can do about this other than documenting
the problem.

(cherry picked from commit 22511f77c2818a138a252e6ddae89725d082f8b0)

Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
R
Ronald Oussoren committed
11401e2c7967da01ac3779b2a698e7f348b7c62d
Parent: 2be7a72
Committed by GitHub <noreply@github.com> on 12/16/2023, 9:13:01 AM