[New-bugs-announce] [issue41625] Add splice() to the os module

Pablo Galindo Salgado report at bugs.python.org
Mon Aug 24 11:57:18 EDT 2020


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

The splice system call moves data between two file descriptors without copying between kernel address space and user address space.  This can be a very useful addition for libraries implementing low-level file management.

----------
messages: 375851
nosy: pablogsal
priority: normal
severity: normal
status: open
title: Add splice() to the os module

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


More information about the New-bugs-announce mailing list