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 Jason.Baker
Recipients Jason.Baker
Date 2010-05-11.18:39:42
SpamBayes Score 7.829467e-09
Marked as misclassified No
Message-id <1273603184.02.0.789462329458.issue8690@psf.upfronthosting.co.za>
In-reply-to
Content
The multiprocessing.dummy.Queue class is merely an import of Queue.Queue.  There are a few methods that this does not provide however:  close, join_thread, and cancel_join_thread.

I don't know what the best way to handle this is, but it should be pretty trivial to add methods that do nothing or at least throw a NotImplementedError.
History
Date User Action Args
2010-05-11 18:39:44Jason.Bakersetrecipients: + Jason.Baker
2010-05-11 18:39:44Jason.Bakersetmessageid: <1273603184.02.0.789462329458.issue8690@psf.upfronthosting.co.za>
2010-05-11 18:39:42Jason.Bakerlinkissue8690 messages
2010-05-11 18:39:42Jason.Bakercreate