Spurious issue in CPython 2.7.5

Tim Golden mail at timgolden.me.uk
Wed May 25 08:13:49 EDT 2016


On 25/05/2016 13:04, thomas povtal.org wrote:
> 2016-05-24_08:15:40.84187 File "checkrc.pxd", line 14, in
> zmq.core.checkrc._check_rc (zmq/core/socket.c:5932)
> 2016-05-24_08:15:40.84187 OverflowError: long too big to convert

That exception is arising from ZeroMQ's own code, by the look of it. (Or
perhaps pyzmq).

It's not impossible that it's arising ultimately from Python's
interpreter core, but you'd want to take that up with the ZeroMQ guys
first to see what checks they're doing which might raise that exception.

https://github.com/zeromq

TJG



More information about the Python-list mailing list