This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, davidar, ggenellina, pitrou
Date 2009-07-25.11:38:55
SpamBayes Score 9.681759e-07
Marked as misclassified No
Message-id <1248522104.5107.4.camel@localhost>
In-reply-to <1248511105.45.0.993420786193.issue6562@psf.upfronthosting.co.za>
Content
> I also noticed that there is a warning right before the exception is raised:
> 
> C:\Python26\lib\threading.py:803: RuntimeWarning: tp_compare didn't
> return -1 or -2 for exception
>   return _active[_get_ident()]

Right, it probably means the exception was raised before this very code
line, but wasn't properly signalled to the Python runtime.
Does the error disappear if you comment out the "with self.__lock" line?
History
Date User Action Args
2009-07-25 11:38:59pitrousetrecipients: + pitrou, amaury.forgeotdarc, ggenellina, davidar
2009-07-25 11:38:56pitroulinkissue6562 messages
2009-07-25 11:38:56pitroucreate