chevah / compat

Chevah OS Compatibility Layer
Other
4 stars 1 forks source link

Don't lock the file on read on Windows #682

Closed adiroiban closed 1 year ago

adiroiban commented 1 year ago

The compat should try to provide the same behaviour over linux and windows.

Under linux, when a file is opened, it is not locked, so it can be removed or writte.

On Window, there is a lock, as this is the default Python behaviour.