Message90916
> 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? |
|
Date |
User |
Action |
Args |
2009-07-25 11:38:59 | pitrou | set | recipients:
+ pitrou, amaury.forgeotdarc, ggenellina, davidar |
2009-07-25 11:38:56 | pitrou | link | issue6562 messages |
2009-07-25 11:38:56 | pitrou | create | |
|