New submission from Christian Heimes: 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/ ---------- assignee: christian.heimes components: Extension Modules messages: 264109 nosy: christian.heimes priority: normal severity: normal stage: needs patch status: open title: Add memfd_create to os module type: enhancement versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26836> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com