]> granicus.if.org Git - python/commit
Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill()
authorCharles-François Natali <cf.natali@gmail.com>
Sat, 12 Jan 2013 15:52:20 +0000 (16:52 +0100)
committerCharles-François Natali <cf.natali@gmail.com>
Sat, 12 Jan 2013 15:52:20 +0000 (16:52 +0100)
commitef2bd67e2364ef92dab03442c07864a3a5e90b85
treefc6160fbe06fdc97bafe7c0e827c201bfe61c91d
parentdc157fcbd336628861b1b21d6050fb0488e77399
Issue #16762: Fix some test_subprocess failures on NetBSD and OpenBSD: kill()
returns ESRCH for a zombie process, which is not POSIX-compliant.
Lib/test/test_subprocess.py