[New-bugs-announce] [issue11005] Assertion error on RLock._acquire_restore

STINNER Victor report at bugs.python.org
Tue Jan 25 13:44:28 CET 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

Attached script (bug2.py) ends with:

$ ~/prog/SVN/py3k/python bug2.py                                                                                                         
python: ./Modules/_threadmodule.c:399: rlock_acquire_restore: Assertion `self->rlock_count == 0' failed.
Abandon

It should raise a classic Python exception, instead of stopping with a fatal assertion error.

----------
components: Library (Lib)
files: bug2.py
messages: 127004
nosy: haypo
priority: normal
severity: normal
status: open
title: Assertion error on RLock._acquire_restore
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file20513/bug2.py

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


More information about the New-bugs-announce mailing list