From 43b628330b3777890e04fca6b3bbd0b67158aa83 Mon Sep 17 00:00:00 2001 From: Clinton Roy Date: Wed, 18 Dec 2019 10:11:55 +1100 Subject: [PATCH] make it clear that memfd_create() is linux specific. --- Doc/whatsnew/3.8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 0927a965dd3..37be5e6a96b 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -1014,7 +1014,7 @@ modules or loading DLLs using :mod:`ctypes`. (Contributed by Steve Dower in :issue:`36085`.) A new :func:`os.memfd_create` function was added to wrap the -``memfd_create()`` syscall. +Linux ``memfd_create()`` syscall. (Contributed by Zackery Spytz and Christian Heimes in :issue:`26836`.) On Windows, much of the manual logic for handling reparse points (including