]> granicus.if.org Git - python/commit
Issue #12316: Fix sigwait() test using threads
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 13 Jun 2011 14:19:06 +0000 (16:19 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 13 Jun 2011 14:19:06 +0000 (16:19 +0200)
commit415007e30dceced68b2c7d3a19143f0a3737fed7
treee9f150d288979782c6c8506ed51b5d536ec34364
parent8d233f2cb0e914ec553dafb86b66533681a90040
Issue #12316: Fix sigwait() test using threads

Spawn a new process instead of using fork(). Patch written by Charles-François
Natali.
Lib/test/test_signal.py