On Wed, Apr 2, 2008 at 4:52 PM, nnp <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to