This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author p.conesa.mingo
Recipients PEAR, alexeicolin, gregory.p.smith, p.conesa.mingo
Date 2021-05-10.08:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620634106.95.0.360461385928.issue43743@roundup.psfhosted.org>
In-reply-to
Content
So, is it ok, when the fast copy fails, not to _GiveupOnFastCopy(err)?

I can understand that fast copy might fail, but then the Giveup part should happen and it wasn't.

Additionally, _USE_CP_SENDFILE could be taken, optionally from an environment variable to cancel the fastcopy once we know it will fail?
History
Date User Action Args
2021-05-10 08:08:26p.conesa.mingosetrecipients: + p.conesa.mingo, gregory.p.smith, alexeicolin, PEAR
2021-05-10 08:08:26p.conesa.mingosetmessageid: <1620634106.95.0.360461385928.issue43743@roundup.psfhosted.org>
2021-05-10 08:08:26p.conesa.mingolinkissue43743 messages
2021-05-10 08:08:26p.conesa.mingocreate