Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "thomas povtal.org" Newsgroups: comp.lang.python Subject: Re: Spurious issue in CPython 2.7.5 Date: Wed, 25 May 2016 14:26:33 +0200 (CEST) Lines: 30 Message-ID: References: <779717266.18172.1464085350716.JavaMail.open-xchange@ox.netsite.dk> <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> Reply-To: "thomas povtal.org" Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: news.uni-berlin.de XD9F5auoen9CU91MTLdtOw7sd4O2arQ5AkKHlpaLVYmw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'exception.': 0.07; 'core,': 0.09; 'url:github': 0.09; 'exception': 0.13; 'interpreter': 0.15; '2016': 0.16; 'false:': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:issue': 0.16; 'tjg': 0.16; 'wrote:': 0.16; 'thanks.': 0.18; 'to:2**1': 0.21; '(the': 0.22; 'appears': 0.23; 'code,': 0.23; '(or': 0.23; '(where': 0.23; "python's": 0.23; 'tim': 0.24; 'header:In-Reply-To:1': 0.24; 'arising': 0.27; '14,': 0.27; 'skip:( 20': 0.28; 'received:dk': 0.29; 'code:': 0.29; 'convert': 0.29; 'raise': 0.29; 'url:mailman': 0.30; 'checks': 0.30; 'to:name:python-list': 0.30; 'url:python': 0.33; 'foo': 0.33; 'url:listinfo': 0.34; 'file': 0.34; 'text': 0.35; 'but': 0.36; 'too': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'doing': 0.38; 'guys': 0.38; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'thomas': 0.63; 'our': 0.64; "they're": 0.66; 'cut': 0.67; 'url:xhtml1': 0.67; 'header:Reply-To:1': 0.67; 'url:dtd': 0.76; 'to:addr:mail': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=povtal.org; s=netsite1; t=1464179195; bh=kNJ81iVXWm6zDeg0xkfSEfFVjFlmz0IFnnEOOL/87oU=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject; b=aSfQUF8qatEOl7MsTNLy6Y6UgnP39T385N3DZZXV6OLm/YXEqdm/ainBte99/RNUY 2eTzaiV1E/Pz1UxTuFntkQVBQAZTPGqwFAtbiprXj8Sx8SjQZxK9hnQ30YsUTQJLoF y2Ys3U54rhxf8u0a1waAOlURR/ntCq0aNxqxpi2ZnA2yeE25eOjVXnueSFpXOuhFAM cBHQO5Tj0znRuuURInxO3myzOCTdMjwVRx8YNq8GUdyl7jooM4qkL1QUrmKmnG9Oc5 0egNjNdFBd4cLY4TzbRFYEBQo72b6Cgyq6JFa9kK2HpQeBAqHVSdo/cZYaMruULzUK pN61JztV4Eh9A== In-Reply-To: <574596FD.4040803@timgolden.me.uk> X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.6.3-Rev11 X-Originating-Client: open-xchange-appsuite X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1961663244.20223.1464179193315.JavaMail.open-xchange@ox.netsite.dk> X-Mailman-Original-References: <779717266.18172.1464085350716.JavaMail.open-xchange@ox.netsite.dk> <57448b9a$0$1584$c3e8da3$5496439d@news.astraweb.com> <1662586749.20172.1464177852187.JavaMail.open-xchange@ox.netsite.dk> <574596FD.4040803@timgolden.me.uk> Xref: csiph.com comp.lang.python:109115 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 : 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