Skip to content

enable epoll/ipc on Windows wheels #2026

@minrk

Description

@minrk

Initially enabled in #1570, epoll has been disabled in our wheels due to causing unavoidable crashes for some users (#1981, #1754, #1999)

Because these crashes are relatively rare, users installing pyzmq from source can still enable it, and pyzmq will follow libzmq's own defaults and build with epoll/ipc enabled:

pip install --no-binary pyzmq pyzmq

We should not re-enable ipc in our Windows wheels until there is a confirmed fix for zeromq/libzmq#4730 (it is incredibly hard to test)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions