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 thehesiod
Recipients gvanrossum, thehesiod, vstinner, yselivanov
Date 2015-11-11.22:01:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447279289.26.0.619332445484.issue25593@psf.upfronthosting.co.za>
In-reply-to
Content
self.queue is not an async queue, as I stated above its a multiprocessing queue.  This code is to multiplex a multiprocessing queue to a async queue.
History
Date User Action Args
2015-11-11 22:01:29thehesiodsetrecipients: + thehesiod, gvanrossum, vstinner, yselivanov
2015-11-11 22:01:29thehesiodsetmessageid: <1447279289.26.0.619332445484.issue25593@psf.upfronthosting.co.za>
2015-11-11 22:01:29thehesiodlinkissue25593 messages
2015-11-11 22:01:29thehesiodcreate