Closed adiroiban closed 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.
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.