]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 20:53:49 +0000 (22:53 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 20:53:49 +0000 (22:53 +0200)
commit87e78ce1c65c299e5eeb07815a6b6e54a64aa673
tree5636b01a03a6081a5ba91f66f92240aa27e5076e
parent8fbfc12f5e156e753f40853254ed3fb57be03639
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
Lib/test/test_signal.py
Python/thread_pthread.h