commit | af4946020e92556052782fcc95075dd8d694dbb5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jun 10 12:48:13 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jun 10 12:48:13 2011 +0200 |
tree | 2e9d61f2e5c5bbc863f4c943aa433bd3f64f798a | |
parent | b0ae53d8a09731a51be48f9e84a71d09d0f90657 [diff] |
Issue #8407: Make signal.sigwait() tests more reliable Block the signal before calling sigwait(). Use os.fork() to ensure that we have only one thread. Initial patch written by Charles-François Natali.