]> granicus.if.org Git - python/commit
Try to fix test_tarfile issues on Windows buildbots by closing file
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 23 Sep 2010 18:36:46 +0000 (18:36 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 23 Sep 2010 18:36:46 +0000 (18:36 +0000)
commit95f5560b46b24a42468dda2f2ebcc3eba271c28d
tree3a945aa450620ae616ffde7c619cde07e58c69e2
parente5768cf348ec353dff7e3f2144f4e1690a094a64
Try to fix test_tarfile issues on Windows buildbots by closing file
objects explicitly instead of letting them linger on.
Lib/tarfile.py
Lib/test/test_tarfile.py