[issue38772] shutil.copytree fail to copy some bytes

2019-11-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: This looks much more like a hardware problem than a Python bug. In the future, please post text instead of images. -- nosy: +benjamin.peterson resolution: -> not a bug stage: -> resolved status: open -> closed ___

[issue38772] shutil.copytree fail to copy some bytes

2019-11-11 Thread Stéphane Archer
New submission from Stéphane Archer : 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,