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 giampaolo.rodola, josiah.carlson, josiahcarlson, neologix, pitrou, xdegaye
Date 2012-12-28.21:49:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356731356.3.0.0578210685119.issue16787@psf.upfronthosting.co.za>
In-reply-to
Content
> Would producer_fifo have to change from a deque() to a memoryview()
> object?

A memoryview is not a container, it's a view over an existing container.

> In that case we might have to take backward compatibility into account 
> (producer_fifo already changed in 2.6 and if I'm not mistaken that
> might have caused some problems).

Does asyncore expose its implementation details?
History
Date User Action Args
2012-12-28 21:49:16pitrousetrecipients: + pitrou, josiahcarlson, giampaolo.rodola, josiah.carlson, neologix, xdegaye
2012-12-28 21:49:16pitrousetmessageid: <1356731356.3.0.0578210685119.issue16787@psf.upfronthosting.co.za>
2012-12-28 21:49:16pitroulinkissue16787 messages
2012-12-28 21:49:16pitroucreate