OverflowError in RLock.acquire()

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Jul 24 06:24:52 EDT 2009


En Fri, 24 Jul 2009 01:27:10 -0300, David Roberts <d at vidr.cc> escribió:

> I'm trying to port a Python application to Windows, and I'm getting
> the following error (which did not occur when running on Linux):
>
> Exception in thread Thread-4:
>   File "C:\Python26\lib\threading.py", line 803, in currentThread
>     return _active[_get_ident()]
> OverflowError: can't convert negative value to unsigned long

Looks like a bug in the thread module - you should report it at  
http://bugs.python.org

-- 
Gabriel Genellina




More information about the Python-list mailing list