mirror of
https://github.com/python/cpython.git
synced 2026-07-25 11:22:45 -04:00
b8c7ff9821
os.getsid() is only allowed for a process in the same session on
OpenBSD. Worker processes are started in their own session, so the
failure means that the process group can be killed.
(cherry picked from commit bfd774d61e)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>