Skip to content
Snippets Groups Projects
Commit 956c89a0 authored by Martin Bauer's avatar Martin Bauer
Browse files

Bug fix for shared library cache -> switched to atomic filesystem write

- when running multiple pystencils instances, sometimes errors happened
  because one process might have partially written a cached file, which
  is already read before writing was finished
-> switched to "atomic write" (only on linux yet) that uses os.rename
   which is guaranteed to be atomic
parent 82bfa691
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