[New-bugs-announce] [issue1670] Threading.Condition.wait is non-iteruptable

Ronald Oussoren report at bugs.python.org
Thu Dec 20 10:23:05 CET 2007


New submission from Ronald Oussoren:

The scriptlet below hangs (as expected) but is also not interuptable by 
Ctrl+C, at least on Linux and Mac OS X:

from Queue import Queue, Empty, Full

q = Queue()
q.get(True)

This is due to Threading.Condition.wait not being interuptable.

----------
components: Library (Lib)
messages: 58865
nosy: ronaldoussoren
priority: low
severity: minor
status: open
title: Threading.Condition.wait is non-iteruptable
type: behavior
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1670>
__________________________________


More information about the New-bugs-announce mailing list