Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #109115

Re: Spurious issue in CPython 2.7.5

From "thomas povtal.org" <thomas@povtal.org>
Newsgroups comp.lang.python
Subject Re: Spurious issue in CPython 2.7.5
Date 2016-05-25 14:26 +0200
Message-ID <mailman.85.1464179201.20402.python-list@python.org> (permalink)
References (1 earlier) <mailman.52.1464090460.20402.python-list@python.org> <57448b9a$0$1584$c3e8da3$5496439d@news.astraweb.com> <1662586749.20172.1464177852187.JavaMail.open-xchange@ox.netsite.dk> <574596FD.4040803@timgolden.me.uk> <1961663244.20223.1464179193315.JavaMail.open-xchange@ox.netsite.dk>

Show all headers | View raw


   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 <mail@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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Spurious issue in CPython 2.7.5 "thomas povtal.org" <thomas@povtal.org> - 2016-05-24 12:22 +0200
  Re: Spurious issue in CPython 2.7.5 Novocastrian_Nomad <gregory.j.baker@gmail.com> - 2016-05-24 08:05 -0700
    Re: Spurious issue in CPython 2.7.5 "thomas povtal.org" <thomas@povtal.org> - 2016-05-24 17:20 +0200
  Re: Spurious issue in CPython 2.7.5 Steven D'Aprano <steve@pearwood.info> - 2016-05-25 03:12 +1000
    Re: Spurious issue in CPython 2.7.5 Chris Angelico <rosuav@gmail.com> - 2016-05-25 03:23 +1000
    Re: Spurious issue in CPython 2.7.5 "thomas povtal.org" <thomas@povtal.org> - 2016-05-25 14:04 +0200
    Re: Spurious issue in CPython 2.7.5 Tim Golden <mail@timgolden.me.uk> - 2016-05-25 13:13 +0100
    Re: Spurious issue in CPython 2.7.5 "thomas povtal.org" <thomas@povtal.org> - 2016-05-25 14:26 +0200

csiph-web