]> granicus.if.org Git - python/commit
bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721)
authorVictor Stinner <vstinner@redhat.com>
Fri, 14 Jun 2019 17:31:43 +0000 (19:31 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Jun 2019 17:31:43 +0000 (19:31 +0200)
commit5884043252473ac733aba1d3251d4debe72511e5
treebf35f78fa4c7d201b0d1956156907a706bd095d8
parent066e5b1a917ec2134e8997d2cadd815724314252
bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721)

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