1. 08 Nov, 2004 4 commits
    • Michael W. Hudson's avatar
      test for fixedness of bug #1057835. · e0b855fa
      Michael W. Hudson authored
      (thanks to Raymond for the prod).
      e0b855fa
    • Michael W. Hudson's avatar
      Fix bug · 05522ad7
      Michael W. Hudson authored
      [ 1057835 ] compiler.transformer, "from module import *"
      05522ad7
    • Raymond Hettinger's avatar
      481b09b3
    • Tim Peters's avatar
      SF bug 1061968: threads: segfault or Py_FatalError at exit · fb1ffb0e
      Tim Peters authored
      PyGILState_Ensure():  The fix in 2.4a3 for bug 1010677 reintroduced thread
      shutdown race bug 225673.  Repaired by (once again) ensuring the GIL is
      held whenever deleting a thread state.
      
      Alas, there's no useful test case for this shy bug.  Four years ago, only
      Guido could provoke it, on his box, and today only Armin can provoke it
      on his box.  I've never been able to provoke it (but not for lack of
      trying!).
      
      This is a critical fix for 2.3.5 too, since the fix for 1010677 got
      backported there already and so also reintroduced 225673.  I don't intend to
      backport this fix.  For whoever (if anyone) does, there are other thread
      fixes in 2.4 that need backporting too, and I bet they need to happen first
      for this patch to apply cleanly.
      fb1ffb0e
  2. 07 Nov, 2004 22 commits
  3. 06 Nov, 2004 6 commits
  4. 05 Nov, 2004 7 commits
  5. 04 Nov, 2004 1 commit