1. 10 Mar, 2006 3 commits
  2. 09 Mar, 2006 21 commits
  3. 08 Mar, 2006 13 commits
  4. 07 Mar, 2006 3 commits
    • Martin v. Löwis's avatar
      a27da7a1
    • Tim Peters's avatar
      _hotshot hotshot_profiler(): If write_header() returned · 743177c2
      Tim Peters authored
      an error code, this let `self` leak.  This is a disaster
      on Windows, since `self` already points to a newly-opened
      file object, and it was impossible for Python code to
      close the thing since the only reference to it was in a
      blob of leaked C memory.
      
      test_hotshot test_bad_sys_path():  This new test provoked
      the C bug above.  This test passed, but left an open
      "@test" file behind, which caused a massive cascade of
      bogus test failures in later, unrelated tests on Windows.
      Changed the test code to remove the @test file it leaves
      behind, which relies on the change above to close that
      file first.
      743177c2
    • Georg Brandl's avatar
      Fix bug introduced in rev. 42884. · 4e351f3f
      Georg Brandl authored
      4e351f3f