[issue6562] OverflowError in RLock.acquire()

Amaury Forgeot d'Arc report at bugs.python.org
Tue Aug 4 21:03:19 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This error is certainly due to a C function that sets an exception but
does not return an error value.
When running with a debug build of python, you will see "XXX undetected
error" printed to stderr.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6562>
_______________________________________


More information about the Python-bugs-list mailing list