Skip to content

python: remove leading slash from shm_id #11

maxbr requested to merge shm_macos into main

The leading slash causes errors on some Python versions / MacOS. The error message for FileNotFoundError is also improved by emitting the name of the shared memory segment.

Merge request reports