SIGN IN SIGN UP

Make map_file_from_path use the open flags

map_file_from_path now passes the appropriate flags on to os.open
instead of always calling it with os.O_RDWR.
It will no longer try to open a file with write permissions if the user
didn't request write access to the file mapping (or vice-versa).
I
imp0s5ible committed
e2bb7d70affdd14d4a9249749da24ff3670e5f3e
Parent: 73df99f