[New-bugs-announce] [issue38772] shutil.copytree fail to copy some bytes

Stéphane Archer report at bugs.python.org
Mon Nov 11 19:08:50 EST 2019


New submission from Stéphane Archer <archerstephane at gmail.com>:

I use shutil.copytree to copy photos from many sd cards to a hard drive.
I use thread for each sd card. then I check if the content has been copying correctly with filecmp.cmpfiles with shallow to false. and surprise!!!
some files are not identical. usually, just one byte has not been properly copying

----------
components: IO
files: diff.png
messages: 356403
nosy: Stéphane Archer
priority: normal
severity: normal
status: open
title: shutil.copytree fail to copy some bytes
type: behavior
versions: Python 3.7
Added file: https://bugs.python.org/file48707/diff.png

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38772>
_______________________________________


More information about the New-bugs-announce mailing list