Hi!

   Thanks. It was an example... I get the very same exception text (the one
   that appears to be cut off) in this line in our own code:

   if Foo == False:

   (where Foo is global Foo = False.)

   :) T

     Den 25. maj 2016 klokken 14:13 skrev Tim Golden <m...@timgolden.me.uk>:

     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
     --
     https://mail.python.org/mailman/listinfo/python-list
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to