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

Stop bundling libzmq with IPC support on Windows #1758

Merged
merged 1 commit into from Sep 15, 2022

Conversation

minrk
Copy link
Member

@minrk minrk commented Sep 9, 2022

due to bugs in libzmq's detection of AF_UNIX that cause crashes that can't be worked around (zeromq/libzmq#4422)

I don't love this since it's removing a feature from wheels. Building pyzmq from source should still get the same result for folks who want IPC. The alternative was to require users experiencing a crash to build from source, which I think is worse than missing a little-used feature with a buggy implementation that crashes users who don't even try to use the feature.

Need to wait for at least 4.3.5 before re-enabling 142 builds with IPC support

Should fix #1505

@minrk minrk marked this pull request as ready for review September 9, 2022 09:33
due to bugs that cause crashes that can't be worked around

wait for at least 4.3.5 before re-enabling
@minrk minrk merged commit ab80a56 into zeromq:main Sep 15, 2022
@minrk minrk deleted the windows-141 branch September 15, 2022 14: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.

Windows Python wheels: Bad address src\epoll.cpp:100
1 participant