[3.12] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#113133)
gh-105912: document gotcha with using os.fork on macOS (GH-112871) * 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: Ronald Oussoren <ronaldoussoren@mac.com> Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
M
Miss Islington (bot) committed
3bfe2b6c2a857f987e57ae8ab7097e113f590621
Parent: 37712ac
Committed by GitHub <noreply@github.com>
on 12/16/2023, 9:12:10 AM