<div>I refactored pyzmq a bit this month, so that the low-level Cython code exposing libzmq is a 'backend',</div><div>while all the fun Pythony extras live in pure Python subclasses.</div><div>This made way for Felipe Cruz contributing a CFFI backend with minimal code duplication.</div>

<div>I just merged his PR, with the result that the IPython Notebook now works just fine on PyPy.</div><div><br></div><div>Requires:</div><div><br></div><div>- PyZMQ master (a release should come later this month)</div><div>

- cffi, py, ctypes-configure (pip will grab them as dependencies)</div><div>- libzmq 3.2 (PyZMQ's building libzmq as an extension is not yet supported on PyPy)</div><div><br></div><div>-MinRK</div>