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 pablogsal
Recipients corona10, pablogsal, serhiy.storchaka, vstinner
Date 2020-08-25.09:49:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598348990.02.0.395037412293.issue41625@roundup.psfhosted.org>
In-reply-to
Content
> OpenBSD uses a different API:

The semantics are considerably different (splice() is about pipes while sosplice() talks about general sockets). Also, the point of splice() is to skip copying from kernel buffers, but sosplice() does not mention that it does not copy between userspace and kernel space
History
Date User Action Args
2020-08-25 09:49:50pablogsalsetrecipients: + pablogsal, vstinner, serhiy.storchaka, corona10
2020-08-25 09:49:50pablogsalsetmessageid: <1598348990.02.0.395037412293.issue41625@roundup.psfhosted.org>
2020-08-25 09:49:50pablogsallinkissue41625 messages
2020-08-25 09:49:49pablogsalcreate