Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Python SharedMemory as the backend #24

Merged
merged 2 commits into from
Mar 17, 2024
Merged

Use Python SharedMemory as the backend #24

merged 2 commits into from
Mar 17, 2024

Conversation

tskisner
Copy link
Owner

Since Python 3.8, we can use the built-in SharedMemory class rather sysv-ipc for portability. One downside is a long-standing issue / bug in CPython that must be worked around. However, this change now allows tests to work on MacOS.

Since we are requiring python 3.8+, we can use the standard
SharedMemory class in python.  See if this fixes our currrent
issues on MacOS.
@tskisner tskisner self-assigned this Mar 17, 2024
@tskisner tskisner merged commit 02cd641 into master Mar 17, 2024
7 checks passed
@tskisner tskisner deleted the mmap branch March 17, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant