commit | 43fdbd2729cb7cdbb5afb5d16352f6604859e564 | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Wed May 29 13:57:07 2019 -0600 |
committer | Christian Heimes <christian@python.org> | Wed May 29 21:57:03 2019 +0200 |
tree | 88cddedd14a456ffef515fa70718b1cb5ec33b31 | |
parent | 0c2f9305640f7655ba0cd5f478948b2763b376b3 [diff] |
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.