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 vstinner
Recipients corona10, pablogsal, serhiy.storchaka, vstinner
Date 2020-08-25.09:21:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598347305.26.0.954552954474.issue41625@roundup.psfhosted.org>
In-reply-to
Content
> Are you going to add vmsplice() and tee() too? Since it is Linux-specific API, would not be better to add a purposed module linux?

It's not uncommon that a syscall added to the Linux kernel is later added to other platforms.

Example: getrandom() exists in Linux and Solaris.

Example: memfd_create() was designed in Linux, and added later to FreeBSD: https://github.com/freebsd/freebsd/commit/575e351fdd996f72921b87e71c2c26466e887ed2 (see bpo-41013).
History
Date User Action Args
2020-08-25 09:21:45vstinnersetrecipients: + vstinner, serhiy.storchaka, corona10, pablogsal
2020-08-25 09:21:45vstinnersetmessageid: <1598347305.26.0.954552954474.issue41625@roundup.psfhosted.org>
2020-08-25 09:21:45vstinnerlinkissue41625 messages
2020-08-25 09:21:45vstinnercreate