python: remove leading slash from shm_id #11
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.
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.