commit | 87e78ce1c65c299e5eeb07815a6b6e54a64aa673 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jul 04 22:53:49 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jul 04 22:53:49 2011 +0200 |
tree | 5636b01a03a6081a5ba91f66f92240aa27e5076e | |
parent | 8fbfc12f5e156e753f40853254ed3fb57be03639 [diff] |
Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization * Don't create a thread at startup anymore to initialize the pthread library: it changes the behaviour of many functions related to signal handling like sigwait() * Reenable test_sigtimedwait_poll() on FreeBSD 6