SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 18 Python

bpo-26836: Add os.memfd_create() (#13567)

* bpo-26836: Add os.memfd_create()

* Use the glibc wrapper for memfd_create()

Co-Authored-By: Christian Heimes <christian@python.org>

* Fix deletions caused by autoreconf.

* Use MFD_CLOEXEC as the default value for *flags*.

* Add memset_s to configure.ac.

* Revert memset_s changes.

* Apply the requested changes.

* Tweak the docs.
Z
Zackery Spytz committed
43fdbd2729cb7cdbb5afb5d16352f6604859e564
Parent: 0c2f930
Committed by Christian Heimes <christian@python.org> on 5/29/2019, 7:57:03 PM