pyzmq/zmq/backend
MinRK 7a417e2f42 fix inappropriate use of Py_ssize_t
Py_ssize_t != size_t, so casting void* to Py_ssize_t could result in OverflowErrors.
2014-04-20 13:59:03 -07:00
..
cffi Remove erroneous term(linger) from CFFI backend 2014-04-13 21:44:34 -07:00
cython fix inappropriate use of Py_ssize_t 2014-04-20 13:59:03 -07:00
__init__.py allow external backends, specified via ZMQ_BACKEND env 2014-02-25 16:24:30 -08:00
select.py expose zmq.curve_keypair 2013-10-13 13:14:08 +02:00