◐ Shell
clean mode source ↗

bpo-35537: Rewrite setsid test for os.posix_spawn by vstinner · Pull Request #11721 · python/cpython

izbyshev

bpo-35537, bpo-35876: Fix also test_start_new_session() of
test_subprocess: use os.getsid() rather than os.getpgid().

@vstinner vstinner deleted the posix_spawn_setsid_test branch

June 14, 2019 17:31

miss-islington added a commit that referenced this pull request

Jun 14, 2019
bpo-35537, bpo-35876: Fix also test_start_new_session() of
test_subprocess: use os.getsid() rather than os.getpgid().
(cherry picked from commit 5884043)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
bpo-35537, bpo-35876: Fix also test_start_new_session() of
test_subprocess: use os.getsid() rather than os.getpgid().

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
bpo-35537, bpo-35876: Fix also test_start_new_session() of
test_subprocess: use os.getsid() rather than os.getpgid().