1. 26 Jun, 2011 8 commits
  2. 25 Jun, 2011 31 commits
  3. 24 Jun, 2011 1 commit
    • Victor Stinner's avatar
      Issue #12392: fix thread initialization on FreeBSD 6 · e71db445
      Victor Stinner authored
      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.
      e71db445