1. 21 Nov, 2006 2 commits
    • Neal Norwitz's avatar
      Oops, convert tabs to spaces · 1c09c60a
      Neal Norwitz authored
      1c09c60a
    • Neal Norwitz's avatar
      Backport of 52811: · 46f64f30
      Neal Norwitz authored
      Bug #1599782: Fix segfault on bsddb.db.DB().type().
      
      The problem is that _DB_get_type() can't be called without the GIL
      because it calls a bunch of PyErr_* APIs when an error occurs.
      There were no other cases in this file that it was called without the GIL.
      Removing the BEGIN/END THREAD around _DB_get_type() made everything work.
      46f64f30
  2. 20 Nov, 2006 2 commits
  3. 18 Nov, 2006 3 commits
  4. 17 Nov, 2006 1 commit
  5. 16 Nov, 2006 2 commits
  6. 15 Nov, 2006 1 commit
  7. 12 Nov, 2006 2 commits
  8. 11 Nov, 2006 2 commits
  9. 10 Nov, 2006 4 commits
  10. 09 Nov, 2006 3 commits
  11. 08 Nov, 2006 3 commits
  12. 07 Nov, 2006 3 commits
  13. 06 Nov, 2006 1 commit
  14. 04 Nov, 2006 2 commits
  15. 02 Nov, 2006 2 commits
  16. 29 Oct, 2006 7 commits