Skip to content
  • Martin Bauer's avatar
    Bug fix for shared library cache -> switched to atomic filesystem write · 956c89a0
    Martin Bauer authored
    - 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
    956c89a0