Commit 3647df34 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6b79136e
...@@ -209,7 +209,7 @@ def advise(const unsigned char[::1] mem not None, int advice): ...@@ -209,7 +209,7 @@ def advise(const unsigned char[::1] mem not None, int advice):
return return
# protect sets protectionon a region of memory. # protect sets protection on a region of memory.
# #
# see mprotect(2) for details. # see mprotect(2) for details.
def protect(const unsigned char[::1] mem not None, int prot): def protect(const unsigned char[::1] mem not None, int prot):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment