pymemfd 0.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

pymemfd 0.1

pymemfd -- memfd_create wrapper for Python==========================================This modules provides a Python wrapper for the new memfd_create() syscalland the new file-sealing fcntl() operators.Low level interface-------------------memfd.memfd_create(name, flags) -> intmemfd.MFD_ALLOW_SEALINGmemfd.MFD_CLOEXECmemfd.F_ADD_SEALSmemfd.F_GET_SEALSmemfd.F_SEAL_SEALmemfd.F_SEAL_GROWmemfd.F_SEAL_SHRINKmemfd.F_SEAL_WRITEHigh level interfaces---------------------memfd.open(name, *, flags=MFD_CLOEXEC, mode='wb+', buffering=0, closefd=True, **kwargs) -> io.FileIOmemfd.F_SEAL_ALLmemfd.MFD_ALLOW_SEALING_CLOEXECMore----http://man7.org/linux/man-pages/man2/memfd_create.2.htmlhttps://dvdhrm.wordpress.com/tag/memfd/

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.