[issue3138] Hang when calling get() on an empty queue in the queue module

Dex report at bugs.python.org
Thu Jun 19 10:08:17 CEST 2008


New submission from Dex <slash2314 at yahoo.com>:

This behavior appears in Python 3.0b1.  If you use queue.Queue and call
the get method on the empty queue, it appears to hang.  The same
behavior seems to be evident in the PriorityQueue too.

----------
messages: 68393
nosy: slash2314
severity: normal
status: open
title: Hang when calling get() on an empty queue in the queue module
type: behavior
versions: Python 3.0

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


More information about the Python-bugs-list mailing list