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

Amaury Forgeot d'Arc report at bugs.python.org
Thu Jun 19 11:32:28 CEST 2008


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

2.5 has the same behavior:

Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import Queue
>>> q = Queue.Queue()
>>> q.get()
.... block forever ...

Did you get different results?

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list