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 christian.heimes
Recipients christian.heimes
Date 2016-04-24.13:56:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461506163.13.0.0180353008827.issue26836@psf.upfronthosting.co.za>
In-reply-to
Content
Add memfd_create() and constants MFD_ALLOW_SEALING, MFD_CLOEXEC to the os module. A glibc wrapper for memfd_create() is not available yet but the interface has been standardized.

http://man7.org/linux/man-pages/man2/memfd_create.2.html
https://dvdhrm.wordpress.com/tag/memfd/
History
Date User Action Args
2016-04-24 13:56:03christian.heimessetrecipients: + christian.heimes
2016-04-24 13:56:03christian.heimessetmessageid: <1461506163.13.0.0180353008827.issue26836@psf.upfronthosting.co.za>
2016-04-24 13:56:03christian.heimeslinkissue26836 messages
2016-04-24 13:56:03christian.heimescreate