]> granicus.if.org Git - python/commit
Issue #12303: run sig*wait*() tests in a subprocesss
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 08:43:02 +0000 (10:43 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 08:43:02 +0000 (10:43 +0200)
commit9e8b82f1e1b726bd956568dec3769f771644a8ed
treed35a7753f586159bb3c952466924abd47f6287ef
parent470e0dc23aa5699011de131c7f21d24aade3def0
Issue #12303: run sig*wait*() tests in a subprocesss

... instead of using fork(): sig*wait*() functions behave differently (not
correctly) after a fork, especially on FreeBSD 6.

Skip also test_sigtimedwait_poll() on FreeBSD 6 because of a kernel bug.
Lib/test/test_signal.py