This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients jango, pitrou
Date 2011-12-09.20:34:44
SpamBayes Score 0.0006620024
Marked as misclassified No
Message-id <1323462564.3297.3.camel@localhost.localdomain>
In-reply-to <CAL8R3cjVgwC_O88GeopHVFjUfjaJSjiWS-dx74rihA3-zJ8uQg@mail.gmail.com>
Content
> I am not sending locks explicetly (i.e. I am not using locks), but I do
> pass a Queue object from PC instance to _Consumer and _Producer instances
> that get/put values from/to the queue -- this is done deliberately.

Is it a Queue.Queue or a multiprocessing.Queue?
History
Date User Action Args
2011-12-09 20:34:45pitrousetrecipients: + pitrou, jango
2011-12-09 20:34:44pitroulinkissue13569 messages
2011-12-09 20:34:44pitroucreate