1. 04 Jan, 2002 3 commits
  2. 03 Jan, 2002 6 commits
  3. 02 Jan, 2002 5 commits
  4. 01 Jan, 2002 9 commits
  5. 31 Dec, 2001 8 commits
  6. 30 Dec, 2001 2 commits
  7. 29 Dec, 2001 6 commits
  8. 28 Dec, 2001 1 commit
    • Guido van Rossum's avatar
      Thread.__bootstrap(): ignore exceptions in the self.__delete() call in · 91d59e44
      Guido van Rossum authored
      the finally clause.  An exception here could happen when a daemon
      thread exits after the threading module has already been trashed by
      the import finalization, and there's not much of a point in trying to
      insist doing the cleanup in that stage.
      
      This should fix SF bug ##497111: active_limbo_lock error at program
      exit.
      
      2.1.2 and 2.2.1 Bugfix candidate!
      91d59e44