Files
cpython/Modules
Tim Peters 82e8f38434 Merge rev 42904 from the trunk.
_hotshot hotshot_profiler():  If write_header() returned
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.
2006-03-11 04:55:45 +00:00
..
2004-08-03 07:06:22 +00:00
2005-08-30 10:46:06 +00:00
2005-06-15 13:38:07 +00:00
2006-01-10 07:08:06 +00:00
2006-03-11 04:55:45 +00:00
2006-03-07 12:08:42 +00:00
2004-07-02 18:57:45 +00:00
2002-07-17 16:30:39 +00:00
2005-10-03 01:03:46 +00:00
2003-07-08 21:17:25 +00:00
2006-02-05 06:00:54 +00:00
2005-08-26 12:50:37 +00:00
2006-03-08 06:39:50 +00:00
2002-08-07 16:21:51 +00:00
2002-10-30 21:08:34 +00:00
2002-07-17 16:30:39 +00:00
2005-09-23 08:14:40 +00:00
2003-02-13 18:44:57 +00:00