Philip Semanchuk
Philip Semanchuk
> when two processes call sem_open(…, O_CREAT) with the same path, these may create two copies of the semaphore, i.e. the sem_open(…, O_CREAT) seems to be not atomic You're right...
Confirmed that x86 Python on M1 Mac returns 4096/4096 using the command above.
Reopening until I release a new version that contains the fix.
This is fixed in version 1.1.1 which is now released.
Hi @christopolise, thanks for the offer! I created a new branch for this work. I integrated the work from @GreatBahram from #31 and now I'd like to build on that....
Yep, that works for me, as long as I can merge to https://github.com/osvenskan/posix_ipc/tree/29-convert-doc-to-markdown. Thanks!
resolved with the release of 1.1.0
Hi @ramonnr, thanks for the PR. Are you aware that the prober won't overwrite `probe_results.h` if it already exists? You can edit `probe_results.h` to contain whatever settings you like and...
> I was not aware! I could add a line in the readme about that instead then. That's a good idea. This message gets written to the top of every...
I would be open to converting a `pyproject.toml`. This project is 15 years old and some of it hasn't changed since its inception. I mostly take the approach of "if...