New submission from Jakub Kulik <kulik...@gmail.com>:

The use of sendfile() in shutil.copyfile() on Solaris was previously disabled 
in #36610 due to slightly different behavior. This difference was recently 
accounted for in #41687, and I observed no other unexpected 
problems/differences with sendfile.

Can we get this reenabled? I can prepare PR, however, I am not sure whether 
#36610 should be reverted (hence enabling sendfile in copyfile on every system 
where it is available) or whether I should just add Solaris to _USE_CP_SENDFILE 
condition.

----------
components: Library (Lib)
messages: 377383
nosy: giampaolo.rodola, kulikjak
priority: normal
severity: normal
status: open
title: Reenable sendfile in shutil.copyfile() on Solaris
type: performance
versions: Python 3.10, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41843>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to