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 jango
Recipients jango, pitrou
Date 2011-12-09.20:48:02
SpamBayes Score 0.009008962
Marked as misclassified No
Message-id <CAL8R3ciQfTyA7CRNX0yG68pk7r=HVr5GdCKHVrffg7KGq9Fudw@mail.gmail.com>
In-reply-to <1323462564.3297.3.camel@localhost.localdomain>
Content
It's multiprocessing Queue:

from multiprocessing import Process, Queue, Event
History
Date User Action Args
2011-12-09 20:48:03jangosetrecipients: + jango, pitrou
2011-12-09 20:48:02jangolinkissue13569 messages
2011-12-09 20:48:02jangocreate