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

gevent_zmq: import enums from pyzmq >= 23.0.0 #252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 19, 2022

  1. gevent_zmq: import enums from pyzmq >= 23.0.0

    With pyzmq 23.0.0, constants were changed to enums and moved to the
    constants module. Attempt to import all globals from it into our zmq
    wrapper.
    
    Closes: 0rpc#251
    Signed-off-by: Cedric Hombourger <[email protected]>
    chombourger committed May 19, 2022
    Configuration menu
    Copy the full SHA
    dd6843c View commit details
    Browse the repository at this point in the history