Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109113
| From | Tim Golden <mail@timgolden.me.uk> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Spurious issue in CPython 2.7.5 |
| Date | 2016-05-25 13:13 +0100 |
| Message-ID | <mailman.83.1464178436.20402.python-list@python.org> (permalink) |
| References | <779717266.18172.1464085350716.JavaMail.open-xchange@ox.netsite.dk> <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> |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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