New submission from STINNER Victor <victor.stin...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11005>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to