BPO | [41843](https://bugs.python.org/issue41843) --- | :--- Nosy | @giampaolo, @jstasiak, @kulikjak PRs | python/cpython#23893 *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['library', '3.9', '3.10', 'performance'] title = 'Reenable sendfile in shutil.copyfile() on Solaris' updated_at = user = 'https://github.com/kulikjak' ``` bugs.python.org fields: ```python activity = actor = 'kulikjak' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = creator = 'kulikjak' dependencies = [] files = [] hgrepos = [] issue_num = 41843 keywords = ['patch'] message_count = 2.0 messages = ['377383', '394102'] nosy_count = 3.0 nosy_names = ['giampaolo.rodola', 'jstasiak', 'kulikjak'] pr_nums = ['23893'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'performance' url = 'https://bugs.python.org/issue41843' versions = ['Python 3.9', 'Python 3.10'] ``` ### Linked PRs * gh-124289