[issue4265] shutil.copyfile() leaks file descriptors when disk fills

Tres Seaver report at bugs.python.org
Wed May 5 23:59:21 CEST 2010


Tres Seaver <tseaver at agendaless.com> added the comment:

This patch adds tests for the four edge cases (opening source fails, opening dest fails, closing dest fails, closing source fails).

----------
Added file: http://bugs.python.org/file17229/issue4265-test_copyfile_exceptions.patch

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


More information about the Python-bugs-list mailing list