posix_ipc icon indicating copy to clipboard operation
posix_ipc copied to clipboard

Results 12 posix_ipc issues
Sort by recently updated
recently updated
newest added

When trying to use this module on macOS on an ARM machine, this test fails on the following line: https://github.com/osvenskan/posix_ipc/blob/88c384a4d9de3c601a11020dd5fa1971a6ed789a/tests/test_memory.py#L315 With this message: `AssertionError:16384 != 4096` This is more than...

Per PEP 632, `distutils` will raise a deprecation warning as of Python 3.10 and will be totally gone as of Python 3.12. `posix_ipc`'s `setup.py` uses `distutils` so that needs to...

## Summary Currently my personal site is the primary repository for the documentation. Since it's formatted in HTML, it's less easy to read on GitHub than it could be. If...

help wanted
good first issue

Hi there, When I use a signal inside my program, the posix_ipc.MessageQueue object raises a `posix_ipc.SignalError` exception; I believe this is different from what we normally expect, example program to...

On Linux, this script leaves an orphaned semaphore showing with `ls -l /dev/shm`. If the semaphore was created by the context manager, it seems like it would be safe to...

Right now, debug mode (enabling `DPRINTF` statements) requires a recompile to enable/disable. It'd be nicer if that was available all the time but switched off by default. Ideas for turning...

enhancement

The test `test_request_notification_threaded_rearm()` sometimes segfaults on FreeBSD. I don't know why it should segfault, but running with DPRINTF enabled is informative. Under Linux, the DPRINTF log shows an orderly, repeated...

I'm involved in a project that is looking at using posix-ipc in a cross build environment. In the buildsystem we're using (yocto) the probe.py causes some problems, where the host...

Dear Mr Semanchuk I would like to kindly ask you if you could release a universal python3 wheel package for linux. Honestly, I'm not very experienced with github or travis...

In case the system uses a custom c compiler instead of cc (e.g. for cross-compiling), probing system features can fail or can misidentify the features due to the incorrect C...