OverflowError in RLock.acquire()

David Roberts d at vidr.cc
Fri Jul 24 07:29:44 EDT 2009


Done: http://bugs.python.org/issue6562

--
David Roberts
http://da.vidr.cc/



On Fri, Jul 24, 2009 at 20:24, Gabriel Genellina<gagsl-py2 at yahoo.com.ar> wrote:
> 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
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list