make it clear that memfd_create() is linux specific.
This commit is contained in:
parent
a9d0a6a1b9
commit
43b628330b
|
@ -1014,7 +1014,7 @@ modules or loading DLLs using :mod:`ctypes`.
|
||||||
(Contributed by Steve Dower in :issue:`36085`.)
|
(Contributed by Steve Dower in :issue:`36085`.)
|
||||||
|
|
||||||
A new :func:`os.memfd_create` function was added to wrap the
|
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`.)
|
(Contributed by Zackery Spytz and Christian Heimes in :issue:`26836`.)
|
||||||
|
|
||||||
On Windows, much of the manual logic for handling reparse points (including
|
On Windows, much of the manual logic for handling reparse points (including
|
||||||
|
|
Loading…
Reference in New Issue