Python queue madness

Konstantin Veretennicov kveretennicov at gmail.com
Wed Apr 2 16:12:20 EDT 2008


On Wed, Apr 2, 2008 at 4:52 PM, nnp <version5 at gmail.com> wrote:

>
> Is there any other way for data to get onto a queue


Yes, by manipulating Queue.Queue's internal "queue" attribute directly.


> or are there any known bugs with Python's Queue module that could lead to
> this kind of behaviour?
>

Much more likely your code has some unexpected behavior.
Could you arrange a minimal example that reproduces the problem?

--
kv
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080402/c5b17026/attachment-0001.html>


More information about the Python-list mailing list