0rpc / zerorpc-python

zerorpc for python
http://www.zerorpc.io
Other
3.17k stars 378 forks source link

gevent_zmq: import enums from pyzmq >= 23.0.0 #252

Open chombourger opened 2 years ago

chombourger commented 2 years ago

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: #251 Signed-off-by: Cedric Hombourger cedric.hombourger@siemens.com

chombourger commented 2 years ago

@bombela for your review tested OK on Debian 11 with pyzmq = 23.0.0 (tox run with #248 applied locally)