diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2023-12-14 19:14:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 19:14:50 (GMT) |
commit | 22511f77c2818a138a252e6ddae89725d082f8b0 (patch) | |
tree | 7690588c6ca1a90a5a765f7ddc5b08ed4332c9d7 /Python/tracemalloc.c | |
parent | a723a13bf135306cdc5999a959596bfb487e8f4f (diff) | |
download | cpython-22511f77c2818a138a252e6ddae89725d082f8b0.zip cpython-22511f77c2818a138a252e6ddae89725d082f8b0.tar.gz cpython-22511f77c2818a138a252e6ddae89725d082f8b0.tar.bz2 |
gh-105912: document gotcha with using os.fork on macOS (#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.
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions