Victor Stinner e71db4450c Issue #12392: fix thread initialization on FreeBSD 6
On FreeBSD6, pthread_kill() doesn't work on the main thread before the creation
of the first thread. Create therefore a dummy thread (no-op) a startup to
initialize the pthread library.

Add also a test for this use case, test written by Charles-François Natali.
2011-06-24 20:52:27 +02:00
..
2011-03-15 05:59:46 +02:00
2011-06-20 21:40:46 -05:00
2011-04-15 16:52:35 +03:00
2011-05-29 11:45:29 -05:00
2011-06-20 22:09:20 -05:00