]> granicus.if.org Git - python/commit
Explicitly close files. I'm trying to stop the frequent spurious test_tarfile
authorTim Peters <tim.peters@gmail.com>
Fri, 26 May 2006 14:02:05 +0000 (14:02 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 26 May 2006 14:02:05 +0000 (14:02 +0000)
commit02494764cb9d1c9e3567d6f17297e3b9a65858d4
tree9f1062e585f1597a4fe50f4abd5c7a7c84a14116
parent525eab37127373cf6f3c4007b816095aef9d2b0c
Explicitly close files.  I'm trying to stop the frequent spurious test_tarfile
failures on Windows buildbots, but it's hard to know how since the regrtest
failure output is useless here, and it never fails when a buildbot slave runs
test_tarfile the second time in verbose mode.
Lib/test/test_tarfile.py