[issue7341] test_tarfile failing (file in use when deleting) on Windows buildbots

Antoine Pitrou report at bugs.python.org
Tue Nov 17 22:01:22 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

This is a problem in the Tarfile class, which keeps the underlying
`fileobj` open even when the constructor fails. Here is a possible patch.

----------
assignee:  -> lars.gustaebel
keywords: +patch
nosy: +lars.gustaebel, pitrou
stage:  -> patch review
type:  -> resource usage
versions: +Python 2.6, Python 2.7
Added file: http://bugs.python.org/file15356/tarfile.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7341>
_______________________________________


More information about the Python-bugs-list mailing list