Re: RuntimeWarning: tp_compare

2007-10-11 Thread Bruno Barberi Gnecco
Chris Mellon wrote: > On 10/9/07, Bruno Barberi Gnecco > <[EMAIL PROTECTED]> wrote: > >>I'm getting the following exception when I call an external extension >>(pytst): >> >>/usr/lib/python2.5/threading.py:697: RuntimeWarning: tp_compare didn't return >>-1 or -2 for >>exception >> retur

Re: RuntimeWarning: tp_compare

2007-10-09 Thread Chris Mellon
On 10/9/07, Bruno Barberi Gnecco <[EMAIL PROTECTED]> wrote: > I'm getting the following exception when I call an external extension > (pytst): > > /usr/lib/python2.5/threading.py:697: RuntimeWarning: tp_compare didn't return > -1 or -2 for > exception >return _active[_get_ident()] > Tr