]> granicus.if.org Git - python/commit
bpo-26762: Avoid daemon process in _test_multiprocessing (#2842)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 24 Jul 2017 11:02:20 +0000 (13:02 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2017 11:02:20 +0000 (13:02 +0200)
commit06634950c553f8df83330ed468c11483b857b7dc
treef63a96a0110fca2e83dda885b78dbf0abb17fae5
parentb364d9f9c693742f0ddcd9e64a9bbf9339b686d9
bpo-26762: Avoid daemon process in _test_multiprocessing (#2842)

test_level() of _test_multiprocessing._TestLogging now uses regular
processes rather than daemon processes to prevent zombi processes
(to not "leak" processes).
Lib/test/_test_multiprocessing.py