, 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
Hi!
Thanks. Replies in-line
> Den 24. maj 2016 klokken 19:12 skrev Steven D'Aprano :
>
> On Tue, 24 May 2016 08:22 pm, thomas povtal.org wrote:
>
> > Hi,
> >
> > Please excuse me if this is not the right place, but I have some issues
> > with CPython
Den 24. maj 2016 klokken 15:18 skrev Chris Angelico :
On Tue, May 24, 2016 at 8:22 PM, thomas povtal.org
wrote:
> Please excuse me if this is not the right place, but I have some
issues
> with CPython on a NUMA machine.
>
> We're using gevent an
Hi!
Thanks! That was a typo. I do '=='.
The rest of the mail is ok (with the corrections from Chris)
:) T
Den 24. maj 2016 klokken 17:05 skrev Novocastrian_Nomad
:
On Tuesday, May 24, 2016 at 5:47:55 AM UTC-6, thomas povtal.org wrote:
...
Hi,
Please excuse me if this is not the right place, but I have some issues
with CPython on a NUMA machine.
1: I get "RuntimeWarning: tp_compare didn't return -1 or -2 for
exception". It's a line like:
"if Foo = False:" where Foo is a global variable (global Foo).
Now, I've