summaryrefslogtreecommitdiff
path: root/Python/import.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-02-14 17:41:18 +0000
committerTim Peters <tim.peters@gmail.com>2006-02-14 17:41:18 +0000
commitcffcfed1263a255386c0da50709d6abc18accaab (patch)
treebe46b1becfc45183e734475095b3301e8a555bac /Python/import.c
parent967aa8b3496df29f03895b5e30a590d77d337167 (diff)
downloadcpython-git-cffcfed1263a255386c0da50709d6abc18accaab.tar.gz
New test code failed to close the file. This caused
test_file to fail on Windows in reality (can't delete a still-open file), but a new bare "except:" hid that test_file failed on Windows, and leaving behind the still-open TESTFN caused a cascade of bogus failures in later tests. So, close the file, and stop hiding failure to unlink.
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions