I cannot yet say with total certainty that this is not a pyzmq bug, but running the gevent part of the pyzmq test suite with libzmq-3.x often results in many (~all) read/write events not being properly signaled on the FD. This does not occur with libzmq-2.x, so it seems likely that there is a regression.
I haven't come up with a simple failing test case yet, but I will attach one if/when I do.
Environment
OS X 10.7.4, pyzmq-master, gevent 0.13.7, libevent-2.0.18, libzmq-master
I cannot yet say with total certainty that this is not a pyzmq bug, but running the gevent part of the pyzmq test suite with libzmq-3.x often results in many (~all) read/write events not being properly signaled on the FD. This does not occur with libzmq-2.x, so it seems likely that there is a regression.
I haven't come up with a simple failing test case yet, but I will attach one if/when I do.